Start over.

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-03 20:13:35 +01:00
parent 9b0dc27dc6
commit fde75e8d2e
Signed by: root
GPG key ID: 83A53A8C412E93F5
216 changed files with 0 additions and 97170 deletions

View file

@ -1,9 +0,0 @@
{
"playCooldownSound": true,
"playCooldownFlash": true,
"playRollSound": true,
"hudArrowColor": 5540067,
"hudBackgroundOpacity": 75,
"showWhenFull": true,
"showHUDInCreative": false
}

View file

@ -1,23 +0,0 @@
{
"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
}
}

View file

@ -1,9 +0,0 @@
{
"rollWidget": {
"origin": "BOTTOM",
"offset": {
"field_1343": 100.0,
"field_1342": -12.0
}
}
}

View file

@ -1,20 +0,0 @@
{
// The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc...
"roll_duration": 8,
// Allows Vanilla Minecraft auto jump feature to work while rolling
"allow_auto_jump_while_rolling": true,
// Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_jump_while_rolling": false,
// Allows combat roll while the player has its weapon on cooldown
"allow_rolling_while_weapon_cooldown": false,
// Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_rolling_while_airborn": false,
// The amount of exhaust (hunger) to be added to the player on every roll
"exhaust_on_roll": 0.10000000149011612,
// The amount of food level above which players can do a roll
"food_level_required": 6.0,
// The cooldown duration of the combat roll ability expressed in seconds
"roll_cooldown": 4.0,
// Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this.
"additional_roll_distance": 0.0
}