-
Notifications
You must be signed in to change notification settings - Fork 5
/
mod_info.lua
34 lines (34 loc) · 1 KB
/
mod_info.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name = "Equilibrium_Balance_Mod"
uid = "FEATURE2-V62F-3JKK-D39T-EQBALANCEMOD"
version = 62
copyright = "Ithilis - feel free to use this code, but ask permission first, and credit Equilibrium in your mod."
description = "This mod fixes all balance issues with the game, and improves the gameplay to a higher level."
icon = "/Equilibrium_balance_mod.png"
author = "Ithilis"
selectable = true
enabled = true
exclusive = false
ui_only = false
requires = {}
requiresNames = {}
conflicts = {}
before = {}
after = {}
_faf_modname='equilibrium'
mountpoints = {
['animations'] = '/animations',
['balance'] = '/balance',
['equilibriumhook'] = '/equilibriumhook',
['lua'] = '/lua',
['modules'] = '/modules',
['projectiles'] = '/projectiles',
['textures'] = '/textures',
['units'] = '/units',
}
hooks = {
'/schook',
'/hook',
'/equilibriumhook',
'/balance',
'/EQhook', --special hook folder for mods to hook after eq. this is also great because it doesn't do anything if eqs not loaded.
}