Changeset 10669 for code/branches/explosionChunksHS15/data/levels
- Timestamp:
- Oct 19, 2015, 4:00:00 PM (9 years ago)
- Location:
- code/branches/explosionChunksHS15/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/explosionChunksHS15/data/levels/emptyLevel.oxw
r10629 r10669 13 13 14 14 <?lua 15 include("templates/spaceshipAssff2.oxt") 16 include("templates/spaceshipPirate.oxt") 15 include("templates/spaceshipAssff.oxt") 17 16 include("templates/spaceshipEscort.oxt") 18 include("templates/spaceshipRing.oxt")19 include("templates/spaceshipSwallow.oxt")20 17 ?> 21 18 … … 33 30 <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"/> 34 31 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 32 33 <SpaceShip 34 team = "1" 35 position = "1000,0,0" 36 explosionchunks = 60 37 > 38 <templates> 39 <Template link=spaceshipassff /> 40 </templates> 41 </SpaceShip> 42 <SpaceShip 43 team = "1" 44 position = "1000,200,0" 45 > 46 <templates> 47 <Template link=spaceshipassff /> 48 </templates> 49 </SpaceShip> 50 <SpaceShip 51 team = "1" 52 position = "1000,400,0" 53 > 54 <templates> 55 <Template link=spaceshipassff /> 56 </templates> 57 </SpaceShip> 35 58 36 59 </Scene> -
code/branches/explosionChunksHS15/data/levels/templates/spaceshipAssff.oxt
r9939 r10669 5 5 spawnparticlesource = "Orxonox/fairytwirl" 6 6 spawnparticleduration = 3 7 explosionchunks = 68 7 9 8 health = 100 -
code/branches/explosionChunksHS15/data/levels/templates/spaceshipEscort.oxt
r9664 r10669 5 5 spawnparticlesource = "Orxonox/fairytwirl" 6 6 spawnparticleduration = 3 7 explosionchunks = 4 7 explosionchunks = 40 8 8 9 9 health = 80
Note: See TracChangeset
for help on using the changeset viewer.