code/__DEFINES/skills.dm
SKILL_SPEED_MODIFIER | ideally added/subtracted in speed calculations to make you do stuff faster |
---|---|
SKILL_PROBS_MODIFIER | ideally added/subtracted where beneficial in prob(x) calls |
SKILL_RANDS_MODIFIER | ideally added/subtracted where beneficial in rand(x,y) calls |
SKILL_VALUE_MODIFIER | ideally for addittive operations |
FISHING_SKILL_DIFFIULTY_EXP_MULT | The multiplier of the extra experience given by the fishing minigame based on difficulty. At the default difficulty of 15, the bonus will be of 21%. |
FISHING_SKILL_EXP_PER_SECOND | How much exp one would gain per spent playing the fishing minigame at minimum difficulty. the time is multiplied by 0.1 because deciseconds... |
MINING_SKILL_BOULDER_SIZE_XP | The base modifier a boulder's size grants to the mining skill. |
Define Details
FISHING_SKILL_DIFFIULTY_EXP_MULT
The multiplier of the extra experience given by the fishing minigame based on difficulty. At the default difficulty of 15, the bonus will be of 21%.
FISHING_SKILL_EXP_PER_SECOND
How much exp one would gain per spent playing the fishing minigame at minimum difficulty. the time is multiplied by 0.1 because deciseconds...
MINING_SKILL_BOULDER_SIZE_XP
The base modifier a boulder's size grants to the mining skill.
SKILL_PROBS_MODIFIER
ideally added/subtracted where beneficial in prob(x) calls
SKILL_RANDS_MODIFIER
ideally added/subtracted where beneficial in rand(x,y) calls
SKILL_SPEED_MODIFIER
ideally added/subtracted in speed calculations to make you do stuff faster
SKILL_VALUE_MODIFIER
ideally for addittive operations