Skip to content
Snippets Groups Projects
descriptors.lua 285 B
Newer Older
dg's avatar
dg committed
newBirthDescriptor{
	type = "base",
	name = "base",
	desc = {
	},
	talents = {},
	experience = 1.0,
dg's avatar
dg committed
	body = { INVEN = 1000, MAINHAND=1, OFFHAND=1, BODY=1 },
dg's avatar
dg committed
}

load("/data/birth/races.lua")
load("/data/birth/subraces.lua")
load("/data/birth/sexes.lua")
load("/data/birth/classes.lua")