config/ShieldExpansion-common: disable cooldown
The cooldown is annoying and makes shields unusable. Disable it as per Aneko's request.
This commit is contained in:
parent
c84447877d
commit
03bbb5fbb2
30
config/ShieldExpansion-common.toml
Normal file
30
config/ShieldExpansion-common.toml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
[ShieldList]
|
||||||
|
#
|
||||||
|
#List of items to considered as shields, any item with right-click functionality will theoretically work
|
||||||
|
#Automatically populated with items that have parrying stats set by active datapacks
|
||||||
|
shieldList = ["blue_skies:spike_shield", "shieldexp:wooden_shield", "blue_skies:moonstone_shield", "shieldexp:iron_shield", "twilightforest:knightmetal_shield", "shieldexp:netherite_shield", "alexsmobs:shield_of_the_deep", "minecraft:shield", "shieldexp:golden_shield", "shieldexp:diamond_shield"]
|
||||||
|
#
|
||||||
|
#List of items to not consider as shields, even if they have stats set by a datapack
|
||||||
|
shieldBlacklist = []
|
||||||
|
|
||||||
|
[Modifiers]
|
||||||
|
#
|
||||||
|
#Disable the cooldown when the player lowers their shield
|
||||||
|
noLoweringCooldown = false
|
||||||
|
#
|
||||||
|
#Disable putting shields on cooldown at all
|
||||||
|
noCooldown = true
|
||||||
|
#
|
||||||
|
#Make all shields have vanilla movement speed
|
||||||
|
noSpeedModifier = false
|
||||||
|
#
|
||||||
|
#Make shields only block partial damage from explosions when not parrying
|
||||||
|
harderExplosions = false
|
||||||
|
#
|
||||||
|
#Double the parry window for a more relaxed experience
|
||||||
|
lenientParryMode = false
|
||||||
|
#
|
||||||
|
#Double the shield stamina for a more relaxed experience
|
||||||
|
lenientStaminaMode = false
|
||||||
|
|
@ -1,5 +1,9 @@
|
|||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/ShieldExpansion-common.toml"
|
||||||
|
hash = "b01af0810a74afddfdf1d0918582f7e2d6f4205a93edd649870db793b7ace980"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/bcc-common.toml"
|
file = "config/bcc-common.toml"
|
||||||
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "9fbed1d20d5a6d08868247d4e4e5a5e6128a7690718f680fa9827b0a48593576"
|
hash = "774acd87adc9860d054a4d5ed70c8fec0744c4c02ff232fa9d5ea73a477c20c8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user