cteNEV/config/relics/holy_locket.json

42 lines
1000 B
JSON
Raw Normal View History

2024-05-04 02:05:39 -07:00
{
"ability": {
"abilities": {
"steal": {
"requiredPoints": 1,
"requiredLevel": 0,
"maxLevel": 10,
"stats": {
"amount": {
"minInitialValue": 0.1,
"maxInitialValue": 0.25,
"minThresholdValue": 4.9E-324,
"maxThresholdValue": 1.7976931348623157E308,
"upgradeOperation": "MULTIPLY_BASE",
"upgradeModifier": 0.2
},
"radius": {
"minInitialValue": 2.0,
"maxInitialValue": 6.0,
"minThresholdValue": 4.9E-324,
"maxThresholdValue": 1.7976931348623157E308,
"upgradeOperation": "MULTIPLY_BASE",
"upgradeModifier": 0.25
}
}
}
}
},
"leveling": {
"initialCost": 100,
"maxLevel": 10,
"step": 200
},
"loot": {
"entries": {
"[\\w]+:chests\\/[\\w_\\/]*(desert|sand|pyramid)[\\w_\\/]*": 0.075
}
},
"style": {
"style": "DEFAULT"
}
}