Merge pull request #183 from bbassie/feature/more-warp-icons

Changed choose_elem from item type to signal
This commit is contained in:
Cooldude2606
2020-11-07 00:35:31 +00:00
committed by GitHub
3 changed files with 31 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ return {
-- General config
update_smoothing = 10, --- @setting update_smoothing the amount of smoothing applied to updates to the cooldown timer, higher is better, max is 60
minimum_distance = 100, --- @setting minimum_distance the minimum distance that is allowed between warps on the same force
default_icon = 'discharge-defense-equipment', --- @setting default_icon the default icon that will be used for warps
default_icon = { type = 'item', name = 'discharge-defense-equipment' }, --- @setting default_icon the default icon that will be used for warps
-- Warp cooldowns
bypass_warp_cooldown = 'expcore.roles', --- @setting bypass_warp_cooldown dictates who the warp cooldown is applied to; values: all, admin, expcore.roles, none