Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed May 20, 2014
1 parent 7cd19d5 commit cfff19a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mods/meseor/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ local DAMAGE = true -- Enable / disable player damage loop.
local DAMMAX = 20 -- 20 -- Maximum damage. 20 = direct hit is fatal.

local RADMIN = 3 -- 3 -- Minimum crater radius.
local RADMAX = 31 -- 31 -- Maximum crater radius, on-gen craters are limited to 16.
local RADMAX = 16 -- 31 -- Maximum crater radius, on-gen craters are limited to 16.
local STOCHA = 5 -- 5 -- 1/x chance of stone boulders instead of gravel.

local XMIN = -16000 -- Impact area dimensions. Impacts only inside this area.
local XMAX = 16000
local ZMIN = -16000
local ZMAX = 16000
local XMIN = -32000 -- Impact area dimensions. Impacts only inside this area.
local XMAX = 32000
local ZMIN = -32000
local ZMAX = 32000

local SAXMIN = 0 -- Safe area dimensions. No impacts inside this area.
local SAXMAX = 0 -- When overlapping impact area, the safe area overrides.
Expand Down

0 comments on commit cfff19a

Please sign in to comment.