forked from github/server
added Atlantis ship types
This commit is contained in:
parent
02921d0148
commit
a1af328950
|
@ -8,8 +8,9 @@ tests = {
|
||||||
|
|
||||||
-- variables used in testsuite
|
-- variables used in testsuite
|
||||||
test = {
|
test = {
|
||||||
swordmakeskill = 3, -- weaponsmithing skill for swords
|
swordmakeskill = 3 -- weaponsmithing skill for swords
|
||||||
swordiron = 1, -- iron per sword
|
,swordiron = 1 -- iron per sword
|
||||||
horsecapacity = 2000, -- carrying capacity of horses (minus weight)
|
,horsecapacity = 2000 -- carrying capacity of horses (minus weight)
|
||||||
cartcapacity = 10000 -- carrying capacity of carts (minus weight)
|
,cartcapacity = 10000 -- carrying capacity of carts (minus weight)
|
||||||
|
,shipname = "boat" -- some ship name (any name)
|
||||||
}
|
}
|
Loading…
Reference in New Issue