Update NCR-Encryption.json, client.json, common.json, and 49 more files
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
/* If Alex's Caves weapons are enabled
|
||||
"DEFAULT" = Defaults to if Alex's Caves is installed
|
||||
"TRUE" = force enable
|
||||
"FALSE" = force disable
|
||||
*/
|
||||
"ENABLED": "DEFAULT",
|
||||
/* Material modifiers are set to the base damage of each material's tier.
|
||||
Values are ints, meaning you cannot have values with a decimal point.
|
||||
Valid:
|
||||
- '5'
|
||||
|
||||
Invalid:
|
||||
- '3.4'
|
||||
*/
|
||||
"POLARIZER": 0,
|
||||
/* Determines the base radius for Polarized effect. This is increased for each level of the effect.
|
||||
Default:
|
||||
- '4.0'
|
||||
*/
|
||||
"POLARIZED_RADIUS": 4.0,
|
||||
/* Determines the base speed for Polarized effect. This is increased for each level of the effect.
|
||||
Default:
|
||||
- '0.2'
|
||||
*/
|
||||
"POLARIZED_SPEED": 0.2,
|
||||
/* Integer that determines length in ticks for cool down of Pull mode on Polarizer. Divide by 20 to get seconds.
|
||||
Default:
|
||||
- '200'
|
||||
*/
|
||||
"POLARIZER_COOLDOWN": 200,
|
||||
/* Determines the base speed for Polarized effect. This is increased for each level of the effect.
|
||||
Default:
|
||||
- '0.2'
|
||||
*/
|
||||
"POLARIZER_KNOCKBACK_STRENGTH": 2.0,
|
||||
/* A list of entities that will be excluded from the Polarized effect.
|
||||
*/
|
||||
"POLARIZER_BLACKLIST": [
|
||||
"create:contraption",
|
||||
"minecraft:player",
|
||||
"minecraft:wither",
|
||||
"minecraft:ender_dragon"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
/* This file controls values specifically for Born in Chaos.
|
||||
Material modifiers are set to the base damage of each material's tier.
|
||||
Values are ints, meaning you cannot have values with a decimal point.
|
||||
Valid:
|
||||
- '5'
|
||||
|
||||
Invalid:
|
||||
- '3.4'
|
||||
*/
|
||||
"DARK_METAL": 0
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"longsword_positiveDamageModifier": 0.0,
|
||||
"twinblade_positiveDamageModifier": 0.0,
|
||||
"rapier_positiveDamageModifier": 0.0,
|
||||
"katana_positiveDamageModifier": 0.0,
|
||||
"sai_positiveDamageModifier": 0.0,
|
||||
"spear_positiveDamageModifier": 0.0,
|
||||
"glaive_positiveDamageModifier": 0.0,
|
||||
"warglaive_positiveDamageModifier": 0.0,
|
||||
"cutlass_positiveDamageModifier": 0.0,
|
||||
"claymore_positiveDamageModifier": 2.0,
|
||||
"greataxe_positiveDamageModifier": 3.0,
|
||||
"greathammer_positiveDamageModifier": 4.0,
|
||||
"chakram_positiveDamageModifier": 0.0,
|
||||
"scythe_positiveDamageModifier": 1.0,
|
||||
"halberd_positiveDamageModifier": 3.0,
|
||||
"longsword_negativeDamageModifier": 0.0,
|
||||
"twinblade_negativeDamageModifier": 0.0,
|
||||
"rapier_negativeDamageModifier": 1.0,
|
||||
"katana_negativeDamageModifier": 0.0,
|
||||
"sai_negativeDamageModifier": 3.0,
|
||||
"spear_negativeDamageModifier": 0.0,
|
||||
"glaive_negativeDamageModifier": 0.0,
|
||||
"warglaive_negativeDamageModifier": 0.0,
|
||||
"cutlass_negativeDamageModifier": 0.0,
|
||||
"claymore_negativeDamageModifier": 0.0,
|
||||
"greataxe_negativeDamageModifier": 0.0,
|
||||
"greathammer_negativeDamageModifier": 0.0,
|
||||
"chakram_negativeDamageModifier": 1.0,
|
||||
"scythe_negativeDamageModifier": 0.0,
|
||||
"halberd_negativeDamageModifier": 0.0,
|
||||
"longsword_attackSpeed": -2.4000000953674316,
|
||||
"twinblade_attackSpeed": -2.0,
|
||||
"rapier_attackSpeed": -1.7999999523162842,
|
||||
"katana_attackSpeed": -2.0,
|
||||
"sai_attackSpeed": -1.5,
|
||||
"spear_attackSpeed": -2.700000047683716,
|
||||
"glaive_attackSpeed": -2.5999999046325684,
|
||||
"warglaive_attackSpeed": -2.200000047683716,
|
||||
"cutlass_attackSpeed": -2.0,
|
||||
"claymore_attackSpeed": -2.799999952316284,
|
||||
"greataxe_attackSpeed": -3.0999999046325684,
|
||||
"greathammer_attackSpeed": -3.200000047683716,
|
||||
"chakram_attackSpeed": -3.0,
|
||||
"scythe_attackSpeed": -2.700000047683716,
|
||||
"halberd_attackSpeed": -2.799999952316284
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
/* This file controls values specifically for Ice & Fire.
|
||||
Material modifiers are set to the base damage of each material's tier.
|
||||
Values are ints, meaning you cannot have values with a decimal point.
|
||||
Valid:
|
||||
- '5'
|
||||
|
||||
Invalid:
|
||||
- '3.4'
|
||||
*/
|
||||
"DRAGONSTEEL_FIRE": 0,
|
||||
"DRAGONSTEEL_ICE": 0,
|
||||
"DRAGONSTEEL_LIGHTNING": 0,
|
||||
"DRAGONBONE": 0,
|
||||
"DRAGONBONE_FIRE": 0,
|
||||
"DRAGONBONE_ICE": 0,
|
||||
"DRAGONBONE_LIGHTNING": 0,
|
||||
"MYRMEX_DESERT": 0,
|
||||
"MYRMEX_JUNGLE": 0
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
/* This file controls values of silver material weapons.
|
||||
Material modifiers are set to the base damage of each material's tier.
|
||||
Values are ints, meaning you cannot have values with a decimal point.
|
||||
Valid:
|
||||
- '5'
|
||||
|
||||
Invalid:
|
||||
- '3.4'
|
||||
*/
|
||||
"SILVER": 0,
|
||||
/* If silver weapons are enabled
|
||||
"DEFAULT" = Defaults to if a mod that adds silver ingots is installed
|
||||
"TRUE" = force enable silver weapons
|
||||
"FALSE" = force disable silver weapons
|
||||
*/
|
||||
"ENABLED": "DEFAULT"
|
||||
}
|
||||
Reference in New Issue
Block a user