power changes and add mod.conf.

This commit is contained in:
Coder12a 2018-03-10 13:34:45 -08:00
parent 9c901779b1
commit e9f23363e8
3 changed files with 4 additions and 3 deletions

View File

@ -79,9 +79,9 @@ factions.permissions = {"disband", "claim", "playerslist", "build", "description
function factions.Faction:new(faction) function factions.Faction:new(faction)
faction = { faction = {
--! @brief power of a faction (needed for parcel claiming) --! @brief power of a faction (needed for parcel claiming)
power = 8., power = 2.,
--! @brief maximum power of a faction --! @brief maximum power of a faction
maxpower = 8., maxpower = 2.,
--! @brief power currently in use --! @brief power currently in use
usedpower = 0., usedpower = 0.,
--! @brief list of player names --! @brief list of player names

View File

@ -12,7 +12,7 @@
-- Contact sapier a t gmx net -- Contact sapier a t gmx net
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
factions_version = "0.8.0" factions_version = "0.8.1"
core.log("action", "MOD: factions (by sapier) loading ...") core.log("action", "MOD: factions (by sapier) loading ...")

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = factions