Errors
General
Example
local function config(statusEffects, augments, locations, contents)
local initialSteps = 100.00
local recurringSteps = 50.00
local statusEffects = {}
local dialogId = 103
local augmentId = augments.essentials
local soundEffectId = 65
local castingState = true
local targetedState = true
local fleeingState = true
local findings = {
--{location, {content0, count0, chance0}, {...}, {contentX, countX, chanceX}}
{locations.sandSweptNaze, {contents.potion, 1, 2.00}}
}
return initialSteps, recurringSteps, statusEffects, dialogId, augmentId, soundEffectId, castingState, targetedState, fleeingState, findings
end
return configLast updated