16 lines
283 B
Lua
16 lines
283 B
Lua
{
|
|
school = {
|
|
display = "Damage School name",
|
|
type = "string",
|
|
},
|
|
schoolIndex = {
|
|
display = "Damage School index",
|
|
type = "number",
|
|
},
|
|
additionalProgress = 1,
|
|
death = {
|
|
display = "Death",
|
|
type = "bool",
|
|
},
|
|
}
|