forked from FAForever/equilibrium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_info.lua
32 lines (32 loc) · 892 Bytes
/
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
name = "Equilibrium_testing"
uid = "DEVELOP1-V39R-N478-N0LK-EQBALANCEMOD"
version = 39
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 = {
['balance'] = '/balance',
['equilibriumhook'] = '/equilibriumhook',
['animations'] = '/animations',
['effects'] = '/effects',
['lua'] = '/lua',
['modules'] = '/modules',
['projectiles'] = '/projectiles',
['textures'] = '/textures',
['units'] = '/units',
}
hooks = {
'/equilibriumhook',
'/balance',
}