diff --git a/res/herbs.xml b/res/herbs.xml new file mode 100644 index 000000000..69c67fe5c --- /dev/null +++ b/res/herbs.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/luxuries.xml b/res/luxuries.xml new file mode 100644 index 000000000..83c187c6e --- /dev/null +++ b/res/luxuries.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/races/zombie.xml b/res/races/zombie.xml new file mode 100644 index 000000000..5d76a8557 --- /dev/null +++ b/res/races/zombie.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/scripts/example/modules.lua b/scripts/example/modules.lua index 9d62abb01..f44352ebf 100644 --- a/scripts/example/modules.lua +++ b/scripts/example/modules.lua @@ -5,3 +5,12 @@ tests = { srcpath .. '/shared/scripts/tests/common.lua', srcpath .. '/shared/scripts/tests/bson.lua', } + +-- 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) +,shipname = "boat" -- some ship name (any name) +} \ No newline at end of file