From 7ccbe678688316ecef0ff9984150264d4f0784ee Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Mon, 5 Sep 2022 12:02:10 -0400 Subject: [PATCH] Make death rays obtainable --- .../Xedra_Evolved/requirements/spell_components.json | 10 +++++----- data/mods/Xedra_Evolved/spells/inventor_spells.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/mods/Xedra_Evolved/requirements/spell_components.json b/data/mods/Xedra_Evolved/requirements/spell_components.json index 981a9501be459..79381a0e2de8f 100644 --- a/data/mods/Xedra_Evolved/requirements/spell_components.json +++ b/data/mods/Xedra_Evolved/requirements/spell_components.json @@ -17,13 +17,13 @@ { "id": "spell_components_battery_gun", "type": "requirement", - "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ], + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ], "components": [ [ [ "pipe", 2 ] ], [ [ "cable", 10 ] ], [ [ "element", 1 ] ], [ [ "scrap", 5 ] ], [ [ "duct_tape", 25 ] ] ] }, { - "id": "spell_components_battery_gun", + "id": "spell_components_ray_gun", "type": "requirement", - "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ], + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M_FINE", "level": 1 } ], "components": [ [ [ "pipe", 2 ] ], [ [ "pipe_fittings", 1 ] ], @@ -35,9 +35,9 @@ ] }, { - "id": "spell_components_battery_gun", + "id": "spell_components_death_ray", "type": "requirement", - "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ], + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M_FINE", "level": 1 } ], "components": [ [ [ "pipe", 2 ] ], [ [ "pipe_fittings", 1 ] ], diff --git a/data/mods/Xedra_Evolved/spells/inventor_spells.json b/data/mods/Xedra_Evolved/spells/inventor_spells.json index 9b2744371ad44..946dc02073585 100644 --- a/data/mods/Xedra_Evolved/spells/inventor_spells.json +++ b/data/mods/Xedra_Evolved/spells/inventor_spells.json @@ -23,7 +23,7 @@ "difficulty": 5, "max_level": 20, "flags": [ "SOMATIC", "CONCENTRATE" ], - "learn_spells": { "summon_ray_gun": 20, "summon_ray_gun_schematics": 20 }, + "learn_spells": { "summon_ray_gun_schematics": 20 }, "spell_class": "INVENTOR", "energy_source": "MANA" }, @@ -51,7 +51,7 @@ "difficulty": 6, "max_level": 20, "flags": [ "SOMATIC", "CONCENTRATE" ], - "learn_spells": { "summon_ray_gun_schematics": 20 }, + "learn_spells": { "summon_death_ray": 20 }, "spell_class": "INVENTOR", "energy_source": "MANA" }, @@ -65,7 +65,7 @@ "min_damage": 1, "max_damage": 1, "effect": "spawn_item", - "effect_str": "ray_gun", + "effect_str": "ray_weapon_diagrams", "shape": "blast", "base_casting_time": 1800000, "base_energy_cost": 1850,