Add a minimal effects files for mjfg, lance dd's,

reaper dd's, bosonic dd's and gtfo dd's.
This commit is contained in:
Neugeniko
2018-03-17 13:23:58 +11:00
parent 97742b08c8
commit f41ecae8c8
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# doomsdayBeamDOT
#
# Used by:
# Module: Lance type modules
type = "active"
def handler(fit, src, context):
pass

View File

@@ -0,0 +1,9 @@
# doomsdayConeDOT
#
# Used by:
# Module: Bosonic Field Generator
type = "active"
def handler(fit, src, context):
pass

View File

@@ -0,0 +1,9 @@
# doomsdayHOG
#
# Used by:
# Module: GTFO - Gravitational Transportation Field Oscillator
type = "active"
def handler(fit, src, context):
pass

View File

@@ -0,0 +1,9 @@
# doomsdaySlash
#
# Used by:
# Module: Reaper type modules
type = "active"
def handler(fit, src, context):
pass

View File

@@ -0,0 +1,9 @@
# microJumpPortalDrive
#
# Used by:
# Module: MJFG - Micro Jump Field Generator (used on command destroyers)
type = "active"
def handler(fit, src, context):
pass