code/__DEFINES/skills.dm ![code/__DEFINES/skills.dm0](git.png)
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 ![code/__DEFINES/skills.dm 43](git.png)
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 ![code/__DEFINES/skills.dm 45](git.png)
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 ![code/__DEFINES/skills.dm 48](git.png)
The base modifier a boulder's size grants to the mining skill.
SKILL_PROBS_MODIFIER ![code/__DEFINES/skills.dm 30](git.png)
ideally added/subtracted where beneficial in prob(x) calls
SKILL_RANDS_MODIFIER ![code/__DEFINES/skills.dm 32](git.png)
ideally added/subtracted where beneficial in rand(x,y) calls
SKILL_SPEED_MODIFIER ![code/__DEFINES/skills.dm 28](git.png)
ideally added/subtracted in speed calculations to make you do stuff faster
SKILL_VALUE_MODIFIER ![code/__DEFINES/skills.dm 34](git.png)
ideally for addittive operations