Skip to content

Commit

Permalink
Caustic Aura changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 15, 2024
1 parent 8dffadf commit 5228a2d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/Spells/biomancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@
"name": "Caustic Aura",
"description": "This spell suspends acid in a layer around you, corroding melee attackers when struck and enhancing your melee damage.",
"valid_targets": [ "self" ],
"effect": "spawn_item",
"effect_str": "aura_caustic",
"effect": "attack",
"effect_str": "effect_biomancer_aura_caustic",
"shape": "blast",
"flags": [ "ENHANCEMENT_SPELL", "SOMATIC", "CONCENTRATE" ],
"components": "spell_components_causticaura",
Expand All @@ -416,8 +416,8 @@
"name": "Improved Caustic Aura",
"description": "This spell suspends acid in a layer around you, corroding melee attackers when struck and enhancing your melee damage. Now you know this spell like the back of your hand, and have started to design your own version.",
"valid_targets": [ "self" ],
"effect": "spawn_item",
"effect_str": "aura_caustic",
"effect": "attack",
"effect_str": "effect_biomancer_aura_caustic",
"shape": "blast",
"flags": [ "ENHANCEMENT_SPELL", "SOMATIC", "NO_FAIL" ],
"components": "spell_components_causticaura",
Expand Down
8 changes: 8 additions & 0 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,14 @@
"vomit_chance": [ 20 ]
}
},
{
"type": "effect_type",
"id": "effect_biomancer_aura_caustic",
"name": [ "Caustic Aura" ],
"desc": [ "An aura of thin acid, swirling around your body ready to corrode your enemies when struck or while striking." ],
"rating": "good",
"enchantments": [ "ench_aura_caustic" ]
},
{
"type": "effect_type",
"id": "bio_weave",
Expand Down
22 changes: 22 additions & 0 deletions data/mods/Magiclysm/obsolete/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,27 @@
}
]
}
},
{
"id": "aura_caustic",
"type": "ARMOR",
"name": "acid aura",
"description": "An aura of thin acid, swirling around your body ready to corrode when struck or while striking.",
"weight": "1 g",
"volume": "1 ml",
"symbol": "o",
"color": "blue",
"material": [ "magical_material" ],
"flags": [
"AURA",
"ONLY_ONE",
"TRADER_AVOID",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"OVERSIZE",
"UNBREAKABLE",
"ALLOWS_NATURAL_ATTACKS"
],
"relic_data": { "passive_effects": [ { "id": "ench_aura_caustic" } ] }
}
]

0 comments on commit 5228a2d

Please sign in to comment.