atree inconsistencies 2 (mightve messed up a bit)
This commit is contained in:
parent
a364cb0fc7
commit
dc26e10fc6
1 changed files with 13 additions and 6 deletions
|
@ -7956,8 +7956,8 @@ const atrees = {
|
||||||
"Purification"
|
"Purification"
|
||||||
],
|
],
|
||||||
"_parents": [
|
"_parents": [
|
||||||
"Purification",
|
"Fortitude",
|
||||||
"Fortitude"
|
"Purification"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
|
@ -8973,7 +8973,7 @@ const atrees = {
|
||||||
"display_name": "Arcane Overflow",
|
"display_name": "Arcane Overflow",
|
||||||
"desc": "Arcane Transfer will allow you to overflow your mana over its maximum limits.",
|
"desc": "Arcane Transfer will allow you to overflow your mana over its maximum limits.",
|
||||||
"archetype": "Arcanist",
|
"archetype": "Arcanist",
|
||||||
"archetype_req": 11,
|
"archetype_req": 12,
|
||||||
"base_abil": "Arcane Transfer",
|
"base_abil": "Arcane Transfer",
|
||||||
"parents": [
|
"parents": [
|
||||||
"Larger Mana Bank III"
|
"Larger Mana Bank III"
|
||||||
|
@ -9950,7 +9950,14 @@ const atrees = {
|
||||||
"properties": {
|
"properties": {
|
||||||
"clone": 3
|
"clone": 3
|
||||||
},
|
},
|
||||||
"effects": []
|
"effects": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "raw_stat",
|
||||||
|
"toggle": "Activate Clones",
|
||||||
|
"bonuses": [{ "type": "stat", "name": "defMult.Clone", "value": 70}]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"display_name": "Lacerate",
|
"display_name": "Lacerate",
|
||||||
|
@ -10557,7 +10564,7 @@ const atrees = {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "raw_stat",
|
"type": "raw_stat",
|
||||||
"toggle": "Activate Echo",
|
"toggle": "Activate Clones",
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
|
@ -11162,7 +11169,7 @@ const atrees = {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "raw_stat",
|
"type": "raw_stat",
|
||||||
"toggle": "Activate Echo",
|
"toggle": "Activate Clones",
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
|
|
Loading…
Reference in a new issue