power changes and add mod.conf.
This commit is contained in:
parent
9c901779b1
commit
e9f23363e8
@ -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
|
||||||
|
2
init.lua
2
init.lua
@ -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 ...")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user