From 2811f0eac1988c26342a07f7b5816063782bf3f9 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Mon, 12 Aug 2019 16:53:02 -0400 Subject: [PATCH] Earthshaper cestus now requires stone --- data/mods/Magiclysm/items/class_runes.json | 2 +- data/mods/Magiclysm/recipes/weapons.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/items/class_runes.json b/data/mods/Magiclysm/items/class_runes.json index 7c59120beb56f..7d4671ed64858 100644 --- a/data/mods/Magiclysm/items/class_runes.json +++ b/data/mods/Magiclysm/items/class_runes.json @@ -118,7 +118,7 @@ "name_plural": "Earthshaper cesti", "\\": "Equivalent to cestus +1 with BRUTAL and WBLOCK1", "description": "A stone battle glove with carved runes encasing the hand, protecting it while increasing striking power. There is an Earthshaper rune embedded in the palm.", - "material": [ "stone", "leather" ], + "material": [ "stone", "leather", "steel" ], "volume": "500 ml", "weight": 873, "bashing": 13, diff --git a/data/mods/Magiclysm/recipes/weapons.json b/data/mods/Magiclysm/recipes/weapons.json index a5b87e62c5262..c245b9ae5996e 100644 --- a/data/mods/Magiclysm/recipes/weapons.json +++ b/data/mods/Magiclysm/recipes/weapons.json @@ -124,7 +124,7 @@ "time": "360 m", "autolearn": true, "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "MANA_INFUSE", "level": 1 } ], - "components": [ [ [ "leather", 4 ] ], [ [ "scrap", 8 ] ], [ [ "rune_earthshaper", 1 ] ] ] + "components": [ [ [ "leather", 4 ] ], [ [ "scrap", 8 ] ], [ [ "rock", 1 ] ], [ [ "rune_earthshaper", 1 ] ] ] }, { "result": "rune_kelvinist_weapon",