cteNEV0.2/client/config/relics/roller_skates.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2024-09-01 04:51:31 -07:00
{
"ability": {
"abilities": {
"skating": {
"requiredPoints": 1,
"requiredLevel": 0,
"maxLevel": 10,
"stats": {
"duration": {
"minInitialValue": 15.0,
"maxInitialValue": 35.0,
"minThresholdValue": 4.9E-324,
"maxThresholdValue": 1.7976931348623157E308,
"upgradeOperation": "MULTIPLY_BASE",
"upgradeModifier": 0.2
},
"speed": {
"minInitialValue": 0.001,
"maxInitialValue": 0.005,
"minThresholdValue": 4.9E-324,
"maxThresholdValue": 1.7976931348623157E308,
"upgradeOperation": "MULTIPLY_BASE",
"upgradeModifier": 0.15
}
}
}
}
},
"leveling": {
"initialCost": 100,
"maxLevel": 10,
"step": 200
},
"loot": {
"entries": {
"[\\w]+:chests\\/[\\w_\\/]*(mineshaft|city|stronghold)[\\w_\\/]*": 0.075,
"minecraft:chests/woodland_mansion": 0.075,
"[\\w]+:chests\\/[\\w_\\/]*village[\\w_\\/]*": 0.075,
"[\\w]+:chests\\/[\\w_\\/]*(pillag|outpost)[\\w_\\/]*": 0.075
}
},
"style": {
"style": "DEFAULT"
}
}