# When the wand adds levels (defined in config.lua) the fuel_multiplier for each level will be also be multiplied by this global setting
#
# Allows for a quick way to alter the overall cost/balance needed to fill the wand suited to your needs without altering the levels manually
#
# a setting of:
#
# 1 = standard cost (values as in config.lua)
# 2 = half the cost (*2 as in config.lua)
# 0.5 = double cost
#
vm_lighting_wand_multiplier (Per Level Fuel Multiplier) float 1 0 5

# Should the wand enable the usage of commands to set players power?
# requires the player to have the privy of vm_lighting_wand
# by default this is disabled
#
# usage:
#
# /vm_lighting_wand [set|add|remove] [me|name] [amount]
vm_lighting_wand_command (enable command) bool false

# Give new players a free wand when joining for first time
vm_lighting_wand_give_free_wand (give new players a free wand) bool false

# Cooldown of wands usage
# 0 = disabled 
# 1 = 1 second upto 5 seconds
vm_lighting_wand_cooldown (usage cooldown) int 1 0 5

# Give new players some free power
# When a new player joins they will be given the value of this setting as free power
# 1 = almost no free power (lowest setting)
# default is to give a free power bump of 5000
vm_lighting_wand_free_power (free power) int 5000 1 1000000