diff --git a/data/mods/Magiclysm/enchanted/enchanted_belts.json b/data/mods/Magiclysm/enchanted/enchanted_belts.json index 1d787da7ae3bc..07bc968f28179 100644 --- a/data/mods/Magiclysm/enchanted/enchanted_belts.json +++ b/data/mods/Magiclysm/enchanted/enchanted_belts.json @@ -42,7 +42,7 @@ "description": "The mythical belt of Thor, god of thunder. Or at least so it appears. It doubles the wearer's base strength.", "material": [ "superalloy" ], "material_thickness": 10, - "environmental": 20, + "environmental_protection": 20, "weight_capacity_bonus": "50 kg", "relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "STRENGTH", "multiply": 1.0 } ] } ] diff --git a/data/mods/Magiclysm/enchanted/enchanted_boots.json b/data/mods/Magiclysm/enchanted/enchanted_boots.json index 94eac597c14ed..569ef955cfe12 100644 --- a/data/mods/Magiclysm/enchanted/enchanted_boots.json +++ b/data/mods/Magiclysm/enchanted/enchanted_boots.json @@ -5,7 +5,7 @@ "copy-from": "boots_hiking", "name": "seven league boots", "name_plural": "pairs of seven league boots", - "looks-like": "boots_hiking", + "looks_like": "boots_hiking", "description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, they look like they've seen a lot of use and will likely see a lot more. They make your movement a lot less work.", "relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "MOVE_COST", "add": -30 } ] } ] }, "encumbrance": 8, @@ -20,7 +20,7 @@ "copy-from": "boots_hiking", "name": "boots of haste", "name_plural": "pairs of boots of haste", - "looks-like": "boots_hiking", + "looks_like": "boots_hiking", "description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, they look like they've seen a lot of use and will likely see a lot more. They make your movement a lot less work.", "relic_data": { "passive_effects": [ @@ -36,14 +36,13 @@ }, { "id": "mboots_escape", - "type": "ARMOR", + "type": "TOOL_ARMOR", "copy-from": "boots_hiking", "name": "escape boots", "name_plural": "escape boots", - "looks-like": "boots_hiking", + "looks_like": "boots_hiking", "description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, these boots can be activated once a day to escape from nasty situations, teleporting you a good distance in a random direction.", "initial_charges": 24, - "charges": 24, "max_charges": 24, "charges_per_use": 24, "artifact_data": { "charge_type": "ARTC_TIME" }, @@ -60,7 +59,7 @@ "copy-from": "boots_hiking", "name": "boots of grounding", "name_plural": "pairs of boots of grounding", - "looks-like": "boots_hiking", + "looks_like": "boots_hiking", "description": "Rugged yet extremely comfortable and well fitting boots of leather with small engraved runes seemingly filled with rubber. When worn, you are immune to damage from electricity.", "encumbrance": 8, "warmth": 30, diff --git a/data/mods/Magiclysm/enchanted/enchanted_bracers.json b/data/mods/Magiclysm/enchanted/enchanted_bracers.json index c85971be21428..9a3aa81295346 100644 --- a/data/mods/Magiclysm/enchanted/enchanted_bracers.json +++ b/data/mods/Magiclysm/enchanted/enchanted_bracers.json @@ -76,7 +76,6 @@ "name_plural": "lesser bracers of lightning", "description": "A light but extremely sturdy steel bracer with an ornate bundle of lightning bolts engraved on the top, silver accentuates the intricate design. It protects your body with a light aura to reduce electrical damage you take, as well as being able to release a Jolt spell 3 times a day.", "initial_charges": 72, - "charges": 72, "max_charges": 72, "charges_per_use": 24, "artifact_data": { "charge_type": "ARTC_TIME" }, @@ -92,7 +91,6 @@ "name_plural": "greater bracers of lightning", "description": "A light but extremely sturdy steel bracer with an ornate bundle of lightning bolts engraved on the top, gold accentuates the intricate design. It protects your body with a strong aura to reduce electrical damage you take, as well as being able to release a Lightning Bolt spell 3 times a day.", "initial_charges": 72, - "charges": 72, "max_charges": 72, "charges_per_use": 24, "artifact_data": { "charge_type": "ARTC_TIME" }, diff --git a/data/mods/Magiclysm/enchanted/enchanted_masks.json b/data/mods/Magiclysm/enchanted/enchanted_masks.json index 85b649ae26848..dc94dac1711a0 100644 --- a/data/mods/Magiclysm/enchanted/enchanted_masks.json +++ b/data/mods/Magiclysm/enchanted/enchanted_masks.json @@ -24,7 +24,7 @@ "type": "TOOL_ARMOR", "id": "mmask_disappearance", "name": "mask of disappearance", - "plural": "masks of disappearance", + "name_plural": "masks of disappearance", "description": "A mask with no facial features at all, just eye and mouth holes, upon activation it makes everything ignore your presence for a while.", "copy-from": "mmask", "initial_charges": 12, @@ -37,7 +37,7 @@ "type": "TOOL_ARMOR", "id": "mmask_vision", "name": "mask of perfect vision", - "plural": "masks of perfect vision", + "name_plural": "masks of perfect vision", "description": "A decidedly steampunk-looking half mask that covers the eye area of the face, it has large lenses that correct and greatly enhance the vision of the wearer.", "copy-from": "mmask", "covers": [ "EYES" ],