Skip to content

Commit

Permalink
Fix more Magiclysm json errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Oct 24, 2019
1 parent efa5270 commit 0ec0c52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/enchanted/enchanted_belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ] } ]
Expand Down
11 changes: 5 additions & 6 deletions data/mods/Magiclysm/enchanted/enchanted_boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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": [
Expand All @@ -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" },
Expand All @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions data/mods/Magiclysm/enchanted/enchanted_bracers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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" },
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/enchanted/enchanted_masks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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" ],
Expand Down

0 comments on commit 0ec0c52

Please sign in to comment.