mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Added Tick To Display Format
This commit is contained in:
@@ -19,14 +19,14 @@ local credits = {{
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
--[[
|
||||
How to add ranks:
|
||||
Name is what will be used in the scripts and is offten the best chose for display in text.
|
||||
short_hand is what can be used when short on space but the rank still need to be displayed.
|
||||
tag is the tag the player will gain when moved to the rank, it can be nil.
|
||||
time is used for auto rank feature where you are moved to the rank after a certain play time in minutes.
|
||||
colour is the rgb value that can be used to emphaise gui elelemts based on rank.
|
||||
power is not in the list below as it is auto defined but allows compairison between ranks.
|
||||
power is not in the list below as it is auto defined by index but allows compairison between ranks.
|
||||
disallow is a list containing input acttion that the user can not preform.
|
||||
|
||||
For disallow add to the list the end part of the input action
|
||||
Example: defines.input_action.drop_item -> 'drop_item'
|
||||
http://lua-api.factorio.com/latest/defines.html#defines.input_action
|
||||
|
||||
Reference in New Issue
Block a user