mirror of
https://github.com/Zrips/Jobs.git
synced 2025-03-13 15:19:37 +01:00
14 lines
761 B
YAML
14 lines
761 B
YAML
# This is default job players will have if they didn't joined any
|
|
# When players join any job, they will lose access to this one
|
|
# You can set this to give out some money for basic actions, like killing players or breaking some blocks but job will not be visible and you can't level it up
|
|
# leveling-progression-equation and experience-progression-equation doesn't have any impact for this job
|
|
None:
|
|
fullname: None
|
|
shortname: N
|
|
ChatColour: WHITE
|
|
chat-display: none
|
|
income-progression-equation: baseincome+(baseincome*(joblevel-1)*0.01)-((baseincome+(baseincome*(joblevel-1)*0.01))
|
|
* ((numjobs-1)*0.05))
|
|
points-progression-equation: basepoints+(basepoints*(joblevel-1)*0.01)-((basepoints+(basepoints*(joblevel-1)*0.01))
|
|
* ((numjobs-1)*0.05))
|