summaryrefslogtreecommitdiff
path: root/config/wizards
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/wizards
asd
Diffstat (limited to 'config/wizards')
-rw-r--r--config/wizards/items_v4.json638
-rw-r--r--config/wizards/tweaks.json4
-rw-r--r--config/wizards/villages.json64
3 files changed, 706 insertions, 0 deletions
diff --git a/config/wizards/items_v4.json b/config/wizards/items_v4.json
new file mode 100644
index 0000000..dfffe20
--- /dev/null
+++ b/config/wizards/items_v4.json
@@ -0,0 +1,638 @@
+{
+ "weapons": {
+ "staff_netherite_fire": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 6.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_netherite_frost": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 6.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_netherite_arcane": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 6.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_fire": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 4.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_arcane": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 5.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_novice": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 3.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_arcane": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 4.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_frost": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 5.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_netherite_arcane": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 4.5,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_fire": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 5.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_frost": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 4.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "staff_wizard": {
+ "attack_damage": 4.0,
+ "attack_speed": -3.0,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 4.0,
+ "operation": "ADDITION"
+ },
+ {
+ "id": "spell_power:fire",
+ "value": 4.0,
+ "operation": "ADDITION"
+ },
+ {
+ "id": "spell_power:frost",
+ "value": 4.0,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_netherite_fire": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 4.5,
+ "operation": "ADDITION"
+ }
+ ]
+ },
+ "wand_netherite_frost": {
+ "attack_damage": 2.0,
+ "attack_speed": -2.4,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 4.5,
+ "operation": "ADDITION"
+ }
+ ]
+ }
+ },
+ "armor_sets": {
+ "netherite_arcane_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "netherite_frost_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "arcane_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:haste",
+ "value": 0.03,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "fire_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "frost_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:frost",
+ "value": 0.25,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_damage",
+ "value": 0.1,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "netherite_fire_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:fire",
+ "value": 0.3,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:critical_chance",
+ "value": 0.02,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ },
+ "wizard_robe": {
+ "armor_toughness": 0.0,
+ "knockback_resistance": 0.0,
+ "head": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:fire",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:frost",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "chest": {
+ "armor": 3,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:fire",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:frost",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "legs": {
+ "armor": 2,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:fire",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:frost",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ },
+ "feet": {
+ "armor": 1,
+ "attributes": [
+ {
+ "id": "spell_power:arcane",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:fire",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ },
+ {
+ "id": "spell_power:frost",
+ "value": 0.2,
+ "operation": "MULTIPLY_BASE"
+ }
+ ]
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/config/wizards/tweaks.json b/config/wizards/tweaks.json
new file mode 100644
index 0000000..ece5579
--- /dev/null
+++ b/config/wizards/tweaks.json
@@ -0,0 +1,4 @@
+{
+ "ignore_items_required_mods": false,
+ "arcane_charge_damage_per_stack": 0.15
+} \ No newline at end of file
diff --git a/config/wizards/villages.json b/config/wizards/villages.json
new file mode 100644
index 0000000..b360e33
--- /dev/null
+++ b/config/wizards/villages.json
@@ -0,0 +1,64 @@
+{
+ "entries": [
+ {
+ "pool": "minecraft:village/desert/houses",
+ "structures": [
+ {
+ "id": "wizards:village/desert/wizard_tower",
+ "weight": 1,
+ "limit": 1
+ },
+ {
+ "id": "wizards:village/desert/wizard_tower_2",
+ "weight": 3,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/savanna/houses",
+ "structures": [
+ {
+ "id": "wizards:village/savanna/wizard_tower",
+ "weight": 3,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/plains/houses",
+ "structures": [
+ {
+ "id": "wizards:village/plains/wizard_tower",
+ "weight": 3,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/taiga/houses",
+ "structures": [
+ {
+ "id": "wizards:village/taiga/wizard_tower",
+ "weight": 3,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/snowy/houses",
+ "structures": [
+ {
+ "id": "wizards:village/snowy/wizard_tower",
+ "weight": 1,
+ "limit": 1
+ },
+ {
+ "id": "wizards:village/snowy/wizard_tower_2",
+ "weight": 3,
+ "limit": 1
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file