Remove effect files that are not used by any item

This commit is contained in:
blitzman
2016-11-27 21:32:44 -05:00
parent 8b17cbfbc8
commit b29fa2467a
67 changed files with 1 additions and 744 deletions

View File

@@ -1,16 +0,0 @@
# Not used by any item
"""
Since fighter abilities do not have any sort of item entity in the EVE database, we must derive the abilities from the
effects, and thus this effect file contains some custom information useful only to fighters.
"""
# User-friendly name for the ability
displayName = "Turret Attack"
# Attribute prefix that this ability targets
prefix = "fighterAbilityAttackMissile"
type = "active"
def handler(fit, src, context):
pass