[Orxonox-commit 6036] r10695 - code/branches/campaignHS15/data/levels
bhatiab at orxonox.net
bhatiab at orxonox.net
Mon Oct 26 13:45:51 CET 2015
Author: bhatiab
Date: 2015-10-26 13:45:50 +0100 (Mon, 26 Oct 2015)
New Revision: 10695
Modified:
code/branches/campaignHS15/data/levels/Campaign1.oxw
Log:
changed health and position of stations
Modified: code/branches/campaignHS15/data/levels/Campaign1.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/Campaign1.oxw 2015-10-26 12:36:43 UTC (rev 10694)
+++ code/branches/campaignHS15/data/levels/Campaign1.oxw 2015-10-26 12:45:50 UTC (rev 10695)
@@ -322,7 +322,7 @@
<!-- (Temporary) Template for stations. Used to define common features of all Stations. -->
<Template name="station">
- <Pawn position="2800,0,0" health=1000 mass=10000 collisionType=dynamic friction=0.01>
+ <Pawn mass=10000 collisionType=dynamic friction=0.01>
<attached>
<Model mesh="HydroHarvester.mesh" position="0,0,0" scale=50 />
</attached>
@@ -348,21 +348,21 @@
</Template>
<!-- A, Coordinates are approx. (cos(29pi/16), sin(29pi/16), 0)*3000 -->
- <Pawn name="statA" radarname="Station A" position="2494,-1667,0" direction="0,1,0">
+ <Pawn name="statA" radarname="Station A" position="5000,-3000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000>
<templates>
<Template link="station" />
</templates>
</Pawn>
<!-- B, Coordinates are approx. (-cos(29pi/16), sin(29pi/16), 0)*3000 -->
- <Pawn name="statB" radarname="Station B" position="-2494,-1667,0" direction="0,1,0">
+ <Pawn name="statB" radarname="Station B" position="-5000,-3000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000>
<templates>
<Template link="station" />
</templates>
</Pawn>
<!-- C -->
- <Pawn name="statC" radarname="Station C" position="0,-1400,0" direction="0,1,0">
+ <Pawn name="statC" radarname="Station C" position="0,-2000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000>
<templates>
<Template link="station" />
</templates>
@@ -381,7 +381,7 @@
x = math.cos(math.pi/8*(i+1))*1500
y = math.sin(math.pi/8*(i+1))*1500
?>
- <SpaceShip visible=false active=false name="attackers<?lua print(k)?>" radarname="Attacker" position="<?lua print(x)?>,<?lua print(y)?>,<?lua print(math.pow(-1,i)*250) ?>" lookat="0,0,0" team=2>
+ <SpaceShip visible=false active=flase name="attackers<?lua print(k)?>" radarname="Attacker" position="<?lua print(x)?>,<?lua print(y)?>,<?lua print(math.pow(-1,i)*250) ?>" lookat="0,0,0" team=2>
<templates>
<Template link="spaceshippirate" />
</templates>
More information about the Orxonox-commit
mailing list