Skip to content

Commit

Permalink
Merge pull request #33176 from LaVeyanFiend/Cestusfix
Browse files Browse the repository at this point in the history
Earthshaper cestus now requires stone
  • Loading branch information
ZhilkinSerg committed Aug 12, 2019
2 parents 0c37bfe + 2811f0e commit fffed0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/class_runes.json
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/recipes/weapons.json
Expand Up @@ -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",
Expand Down

0 comments on commit fffed0b

Please sign in to comment.