Skill Checks
-- This function is called when the player is maintaining the still
---@return boolean -- Return true if the player passed the skillcheck
function StillSkillcheck()
-- https://github.com/Legends-Rising/legends-keypress
return exports['legends-keypress']:startkp(math.random(8, 10), math.random(6, 8))
end-- This function is called when the player is mixing the mash
---@return boolean -- Return true if the player passed the skillcheck
function MashSkillcheck()
-- https://github.com/Legends-Rising/legends-keypress
return exports['legends-keypress']:startkp(math.random(15, 20), math.random(12, 16))
endEquipment Placement
Can Interact
Last updated