Update NCR-Encryption.json, client.json, common.json, and 49 more files

This commit is contained in:
2026-07-13 16:51:37 +01:00
parent f6694318ba
commit 35b3ca112b
1436 changed files with 233033 additions and 2193 deletions
@@ -0,0 +1,5 @@
{
"_comment1": "Global spell configuration. Values here apply to ALL spells as fallback defaults.",
"_comment2": "Per-spell config files OVERRIDE these values",
"_comment3": "Hint: /ironsSpellbooks config list to shows all available parameter keys."
}
@@ -0,0 +1,13 @@
{
"_comment1": "Config Files must be placed in a directory labeled with their mod id, and the file name must match the spell id!",
"_comment2": "For global config: /config/irons_spellbooks_spell_config/<mod_id>/<spell_id>.json",
"_comment3": "For datapacks: /data/<mod_id>/irons_spellbooks_spell_config/<spell_id>.json",
"irons_spellbooks:min_rarity": "common",
"irons_spellbooks:enabled": true,
"irons_spellbooks:power_multiplier": 1.0,
"irons_spellbooks:mana_cost_multiplier": 1.0,
"irons_spellbooks:max_level": 1,
"irons_spellbooks:cooldown_in_seconds": 10.0,
"irons_spellbooks:school": "irons_spellbooks:evocation",
"irons_spellbooks:allow_crafting": true
}