Skip to content

Commit

Permalink
Updates for BN version
Browse files Browse the repository at this point in the history
Easy lil fixes after cataclysmbnteam/Cataclysm-BN#2264, simple enough.
  • Loading branch information
chaosvolt committed Jan 10, 2023
1 parent eb0f104 commit 50e9682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Arcana_BN/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
{
"has": "WORN",
"condition": "ALWAYS",
"mutations": [ "ARCANA_LIFE_SIGN_SUPPRESSION" ],
"values": [ { "value": "REGEN_HP", "multiply": -1.0 } ]
"mutations": [ "ARCANA_LIFE_SIGN_SUPPRESSION" ]
}
]
},
Expand Down Expand Up @@ -223,7 +222,7 @@
{
"has": "WORN",
"condition": "ALWAYS",
"values": [ { "value": "REGEN_MANA", "multiply": 0.025 }, { "value": "MAX_MANA", "multiply": 0.025 } ]
"values": [ { "value": "MANA_REGEN", "multiply": 0.025 }, { "value": "MANA_CAP", "multiply": 0.025 } ]
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions Arcana_BN/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"color": "yellow",
"flags": [ "MAGIC_FOCUS", "USE_PLAYER_ENERGY" ],
"relic_data": {
"passive_effects": [ { "has": "WIELD", "condition": "ALWAYS", "values": [ { "value": "REGEN_MANA", "multiply": 0.25 } ] } ]
"passive_effects": [ { "has": "WIELD", "condition": "ALWAYS", "values": [ { "value": "MANA_REGEN", "multiply": 0.25 } ] } ]
},
"use_action": [
"MEDITATE",
Expand Down Expand Up @@ -1981,7 +1981,7 @@
"values": [
{ "value": "INTELLIGENCE", "add": 4 },
{ "value": "PERCEPTION", "add": 2 },
{ "value": "REGEN_MANA", "multiply": 0.25 }
{ "value": "MANA_REGEN", "multiply": 0.25 }
]
}
]
Expand Down Expand Up @@ -2384,7 +2384,7 @@
{
"has": "WIELD",
"condition": "ALWAYS",
"values": [ { "value": "INTELLIGENCE", "add": 4 }, { "value": "REGEN_MANA", "multiply": 0.5 } ]
"values": [ { "value": "INTELLIGENCE", "add": 4 }, { "value": "MANA_REGEN", "multiply": 0.5 } ]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Arcana_BN/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Arcana and Magic Items",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "BN version, update 12/28/2022",
"version": "BN version, update 1/9/2023",
"category": "content",
"dependencies": [ "bn" ]
}
Expand Down

0 comments on commit 50e9682

Please sign in to comment.