Skip to content

Commit

Permalink
Update Vulcanist.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Naadn authored Sep 6, 2024
1 parent 87251bb commit ae4f31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/enchantments/Vulcanist.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"condition": "ALWAYS",
"name": { "str": "Lava" },
"description": "Your Vulcanist abilities grant you good resistance to temperature conditions, total heat immunity, and immunity to smoke.",
"values": [ { "value": "CLIMATE_CONTROL_HEAT", "add": 30 } ],
"ench_effects": [ { "effect": "effect_vulcanist_no_smoke_or_blisters", "intensity": 1 }, { "value": "ARMOR_HEAT", "multiply": -1.0 } ]
"values": [ { "value": "CLIMATE_CONTROL_HEAT", "add": 30 }, { "value": "ARMOR_HEAT", "multiply": -1.0 } ],
"ench_effects": [ { "effect": "effect_vulcanist_no_smoke_or_blisters", "intensity": 1 } ]
},
{
"type": "effect_type",
Expand Down

0 comments on commit ae4f31f

Please sign in to comment.