Create basic effects files for various modules.
This commit is contained in:
Ryan Holmes
2018-03-21 21:18:08 -04:00
committed by GitHub
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