Changeset 3313
- Timestamp:
- 11/28/08 12:49:32 (6 weeks ago)
- Location:
- trunk/mods/ca
- Files:
-
- 2 added
- 3 modified
-
bitmaps/PD/splashbase.tga (added)
-
bitmaps/PD/splashside.tga (added)
-
gamedata/resources.lua (modified) (1 diff)
-
units/armrectr.lua (modified) (1 diff)
-
units/cornecro.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mods/ca/gamedata/resources.lua
r3275 r3313 259 259 smoketrailthin='PD/smoketrailthin.tga', 260 260 smoketrailthinner='PD/smoketrailthinner.tga', 261 splashside='PD/splashside. png',262 splashbase='PD/splashbase. png',261 splashside='PD/splashside.tga', 262 splashbase='PD/splashbase.tga', 263 263 imma_launchin_mah_lazer='Other/imma_launchin_mah_lazer.png', 264 264 -
trunk/mods/ca/units/armrectr.lua
r3312 r3313 119 119 noChaseCategory = "VTOL HOVER FLOAT SINK", 120 120 objectName = "ARMRECTR", 121 reclaimSpeed = 15,122 121 repairSpeed = 7.2, 123 122 resurrect = "1", -
trunk/mods/ca/units/cornecro.lua
r3312 r3313 112 112 noChaseCategory = "VTOL HOVER FLOAT SINK", 113 113 objectName = "CORNECRO", 114 reclaimSpeed = 15,115 114 resurrect = "1", 116 115 resurrectSpeed = 30,