Changeset 12390 for code/branches/Boxhead_FS19/data
- Timestamp:
- May 16, 2019, 4:53:45 PM (6 years ago)
- Location:
- code/branches/Boxhead_FS19/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/data/levels/Hover.oxw
r12374 r12390 25 25 ?> 26 26 27 <Level 27 <Level 28 28 plugins = hover 29 29 gametype = Hover 30 31 32 30 > 33 31 <templates> … … 84 82 85 83 <SpaceShip position="500,20,500" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" > 86 <templates> 87 <Template link=spaceshipzombie /> 88 </templates> 89 <controller> 90 <WaypointPatrolController alertnessradius=2000 attackradius=1 team=1 > 91 <waypoints> 92 <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" /> 84 <templates> 85 <Template link=spaceshipzombie /> 86 </templates> 87 </SpaceShip> 93 88 94 </waypoints>95 96 </WaypointPatrolController>97 89 98 </controller>99 </SpaceShip>100 90 101 91 -
code/branches/Boxhead_FS19/data/levels/templates/spaceshipzombie.oxt
r12374 r12390 7 7 explosionchunks = 6 8 8 9 health = 609 health = 200 10 10 maxhealth = 200 11 initialhealth = 6011 initialhealth = 100 12 12 13 13 shieldhealth = 25 … … 34 34 collisionType = "dynamic" 35 35 mass = 100 36 linearDamping = 0 .237 angularDamping = 0 .999999936 linearDamping = 0 37 angularDamping = 0 38 38 39 39 … … 68 68 include("../includes/weaponSettingsHover.oxi") 69 69 ?> --> 70 <controller> 71 <WaypointPatrolController alertnessradius=2000 attackradius=1 team=1 > 72 <waypoints> 73 <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" /> 74 75 </waypoints> 76 77 </WaypointPatrolController> 78 79 </controller> 80 70 81 </SpaceShip> 71 82 </Template> … … 113 124 </MultiStateEngine> 114 125 </Template> 126
Note: See TracChangeset
for help on using the changeset viewer.