server/scripts/example/modules.lua

15 lines
435 B
Lua
Raw Normal View History

2010-08-08 10:06:34 +02:00
require "example.rules"
local srcpath = config.source_dir
tests = {
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/shared/scripts/tests/bson.lua',
2010-08-08 10:06:34 +02:00
}
2011-03-04 20:38:36 +01:00
-- variables used in testsuite
test = {
swordmakeskill = 3, -- weaponsmithing skill for swords
swordiron = 1, -- iron per sword
horsecapacity = 2000, -- carrying capacity of horses (minus weight)
cartcapacity = 10000 -- carrying capacity of carts (minus weight)
}