added Atlantis ship types

This commit is contained in:
Enno Rehling 2011-03-06 11:27:37 +01:00
parent 02921d0148
commit a1af328950
1 changed files with 5 additions and 4 deletions

View File

@ -8,8 +8,9 @@ tests = {
-- 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)
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)
,shipname = "boat" -- some ship name (any name)
}