diff options
author | Evan Goers <mega@osirion.org> | 2010-11-11 00:55:58 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2010-11-11 00:55:58 +0000 |
commit | 0d0ebb1dac4185cf472ff75e8a7ceb3f983535fa (patch) | |
tree | d1a7db08a121239d9ec6b1181d14784afe1e9a81 /base/maps/mercenary/sections | |
parent | 858d87b0d3b1c0e24561de81161ab1fe22472cac (diff) |
Changed engine effects on various models.
Diffstat (limited to 'base/maps/mercenary/sections')
4 files changed, 28 insertions, 0 deletions
diff --git a/base/maps/mercenary/sections/archer_engine_large.map b/base/maps/mercenary/sections/archer_engine_large.map index e68c65a..a37d1ce 100644 --- a/base/maps/mercenary/sections/archer_engine_large.map +++ b/base/maps/mercenary/sections/archer_engine_large.map @@ -422,3 +422,10 @@ "script" "engine_exhaust" "spawnflags" "4" } +// entity 4 +{ +"classname" "light" +"origin" "-16.000000 0.000000 0.000000" +"light" "40" +"spawnflags" "4" +} diff --git a/base/maps/mercenary/sections/archer_engine_medium.map b/base/maps/mercenary/sections/archer_engine_medium.map index effd056..a8782ed 100644 --- a/base/maps/mercenary/sections/archer_engine_medium.map +++ b/base/maps/mercenary/sections/archer_engine_medium.map @@ -199,3 +199,10 @@ "script" "engine_trail" "spawnflags" "2" } +// entity 4 +{ +"classname" "light" +"origin" "-12.000000 0.000000 0.000000" +"spawnflags" "4" +"light" "24" +} diff --git a/base/maps/mercenary/sections/archer_engine_small.map b/base/maps/mercenary/sections/archer_engine_small.map index 02fcf99..04e3c26 100644 --- a/base/maps/mercenary/sections/archer_engine_small.map +++ b/base/maps/mercenary/sections/archer_engine_small.map @@ -350,3 +350,10 @@ colors/grey25_shiny "spawnflags" "4" "radius" "1" } +// entity 3 +{ +"classname" "light" +"origin" "-14.000000 0.000000 0.000000" +"light" "12" +"spawnflags" "4" +} diff --git a/base/maps/mercenary/sections/archer_engine_tiny.map b/base/maps/mercenary/sections/archer_engine_tiny.map index 15b80df..2c610ba 100644 --- a/base/maps/mercenary/sections/archer_engine_tiny.map +++ b/base/maps/mercenary/sections/archer_engine_tiny.map @@ -191,3 +191,10 @@ "radius" "1" "spawnflags" "4" } +// entity 3 +{ +"classname" "light" +"origin" "-6.000000 0.000000 0.000000" +"light" "12" +"spawnflags" "4" +} |