Qubit Player XP
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.1.0
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/qubit-player-xp
资源信息
Minecraft 版本: 26.2
平台: fabric
标签: game-mechanics utility
资源介绍
Usage
By default, this mod should change nothing.
It can be configured with a file at <mc folder>/config/qubit/player_xp.json
Its configuration has this format (this is not the default configuration):
{
// Controls how much XP is needed for each level.
// An array of pieces that forms a piecewise linear function.
// The function's input is your *current* level.
// Defaults to vanilla's formula if not provided.
// One piece needs to start at 0.
"level_formula": [
// Each piece has this format:
{
// What level this piece starts at, default 0. Must be >=0.
"start": 0,
// The value at the starting level (not the y-intercept). Must be >0.
"constant": 7,
// Additional XP required for each level afterward, default 0.
// Must be >=0, can be a float.
"slope": 2
}
],
// Controls how much XP is dropped on death.
// Defaults to vanilla's formula if not provided.
"xp_drop": {
// A formula with the same format as `level_formula`.
// Controls the amount that drops for each level.
"formula": [ /* ... */ ],
// How much of the progress toward the next level is dropped.
// Progress is a fraction of the amount for the next level in `formula`.
// It is *not* based on the actual amount of XP the next level requires.
// Must be at least 0.
"extra_mult": 1.0,
// The maximum XP that will be dropped. Must be at least 0.
// If omitted, there is no cap (except the integer limit).
"cap": 100
}
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~