add default configs :3
This commit is contained in:
parent
9056c04210
commit
2c7b2bf868
133 changed files with 7853 additions and 1 deletions
23
config/yosbr/combatroll/enchantments.json
Normal file
23
config/yosbr/combatroll/enchantments.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"longfooted": {
|
||||
"enabled": true,
|
||||
"max_level": 5,
|
||||
"min_cost": 12,
|
||||
"step_cost": 12,
|
||||
"bonus_per_level": 1.0
|
||||
},
|
||||
"acrobat": {
|
||||
"enabled": true,
|
||||
"max_level": 10,
|
||||
"min_cost": 15,
|
||||
"step_cost": 14,
|
||||
"bonus_per_level": 0.1
|
||||
},
|
||||
"multi_roll": {
|
||||
"enabled": true,
|
||||
"max_level": 4,
|
||||
"min_cost": 15,
|
||||
"step_cost": 17,
|
||||
"bonus_per_level": 1.0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue