forked from FAForever/fa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor projectiles part 5 (FAForever#4533)
- Loading branch information
Showing
28 changed files
with
197 additions
and
336 deletions.
There are no files selected for viewing
18 changes: 6 additions & 12 deletions
18
projectiles/SDFShieeihAutoCannon01/SDFShieeihAutoCannon01_script.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
--**************************************************************************** | ||
--** | ||
--** File : /data/projectiles/SDFShieeihAutoCannon01/SDFShieeihAutoCannon01_script.lua | ||
--** Author(s): Gordon Duclos, Aaron Lundquist | ||
--** | ||
--** Summary : Shie-eih Auto-Cannon Projectile script, XSS0103 | ||
--** | ||
--** Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
--**************************************************************************** | ||
|
||
SDFShieeihAutoCannon01 = Class(import("/lua/seraphimprojectiles.lua").SShriekerAutoCannon) { | ||
} | ||
-- File : /data/projectiles/SDFShieeihAutoCannon01/SDFShieeihAutoCannon01_script.lua | ||
-- Author(s): Gordon Duclos, Aaron Lundquist | ||
-- Summary : Shie-eih Auto-Cannon Projectile script, XSS0103 | ||
-- Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
-------------------------------------------------------------------------------------------- | ||
SDFShieeihAutoCannon01 = Class(import("/lua/seraphimprojectiles.lua").SShriekerAutoCannon) {} | ||
TypeClass = SDFShieeihAutoCannon01 |
20 changes: 7 additions & 13 deletions
20
projectiles/SDFSinnuntheWeapon01/SDFSinnuntheWeapon01_script.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
--**************************************************************************** | ||
--** | ||
--** File : /data/projectiles/SDFSinnuntheWeapon01/SDFSinnuntheWeapon01_script.lua | ||
--** Author(s): Matt Vainio | ||
--** | ||
--** Summary : Sinn-Uthe Projectile script, XSL0401 | ||
--** | ||
--** Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
local SDFSinnuntheWeaponProjectile = import("/lua/seraphimprojectiles.lua").SDFSinnuntheWeaponProjectile | ||
SDFSinnuntheWeapon01 = Class(SDFSinnuntheWeaponProjectile) {} | ||
|
||
TypeClass = SDFSinnuntheWeapon01 | ||
|
||
-- File : /data/projectiles/SDFSinnuntheWeapon01/SDFSinnuntheWeapon01_script.lua | ||
-- Author(s): Matt Vainio | ||
-- Summary : Sinn-Uthe Projectile script, XSL0401 | ||
-- Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
--------------------------------------------------------------------------------------- | ||
SDFSinnuntheWeapon01 = Class(import("/lua/seraphimprojectiles.lua").SDFSinnuntheWeaponProjectile) {} | ||
TypeClass = SDFSinnuntheWeapon01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
--**************************************************************************** | ||
--** | ||
--** File : /data/projectiles/SDFSniperShot01/SDFSniperShot01_script.lua | ||
--** Author(s): Matt Vainio | ||
--** | ||
--** Summary : Seraphim Sih Sniper Energy Rifle script, XSL0305 | ||
--** | ||
--** Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
--**************************************************************************** | ||
SDFSniperShot01 = Class(import("/lua/seraphimprojectiles.lua").SDFSniperShotNormal) { | ||
} | ||
|
||
-- File : /data/projectiles/SDFSniperShot01/SDFSniperShot01_script.lua | ||
-- Author(s): Matt Vainio | ||
-- Summary : Seraphim Sih Sniper Energy Rifle script, XSL0305 | ||
-- Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
------------------------------------------------------------------------------ | ||
SDFSniperShot01 = Class(import("/lua/seraphimprojectiles.lua").SDFSniperShotNormal) {} | ||
TypeClass = SDFSniperShot01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
--**************************************************************************** | ||
--** | ||
--** File : /data/projectiles/SDFSniperShot02/SDFSniperShot02_script.lua | ||
--** Author(s): Matt Vainio | ||
--** | ||
--** Summary : Seraphim Sih Sniper Energy Rifle script, XSL0305 | ||
--** | ||
--** Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
--**************************************************************************** | ||
SDFSniperShot02 = Class(import("/lua/seraphimprojectiles.lua").SDFSniperShot) { | ||
} | ||
-- File : /data/projectiles/SDFSniperShot02/SDFSniperShot02_script.lua | ||
-- Author(s): Matt Vainio | ||
-- Summary : Seraphim Sih Sniper Energy Rifle script, XSL0305 | ||
-- Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
------------------------------------------------------------------------------ | ||
SDFSniperShot02 = Class(import("/lua/seraphimprojectiles.lua").SDFSniperShot) {} | ||
TypeClass = SDFSniperShot02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
--**************************************************************************** | ||
--** | ||
--** File : /data/projectiles/SDFTauCannon01/SDFTauCannon01_script.lua | ||
--** Author(s): Gordon Duclos | ||
--** | ||
--** Summary : Tau Cannon Projectile script, XSL0303 | ||
--** | ||
--** Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
--**************************************************************************** | ||
|
||
SDFTauCannon01 = Class(import("/lua/seraphimprojectiles.lua").STauCannon) { | ||
} | ||
-- File : /data/projectiles/SDFTauCannon01/SDFTauCannon01_script.lua | ||
-- Author(s): Gordon Duclos | ||
-- Summary : Tau Cannon Projectile script, XSL0303 | ||
-- Copyright © 2007 Gas Powered Games, Inc. All rights reserved. | ||
---------------------------------------------------------------------------- | ||
SDFTauCannon01 = Class(import("/lua/seraphimprojectiles.lua").STauCannon) {} | ||
TypeClass = SDFTauCannon01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
projectiles/SIFInainoStrategicMissileEffect01/SIFInainoStrategicMissileEffect01_script.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.