commit
6302e20fc9
2 changed files with 21 additions and 14 deletions
|
@ -1473,7 +1473,7 @@ const atrees = {
|
||||||
"archetype": "Sharpshooter",
|
"archetype": "Sharpshooter",
|
||||||
"archetype_req": 0,
|
"archetype_req": 0,
|
||||||
"parents": [
|
"parents": [
|
||||||
"Cheaper Escape",
|
"Cheaper Dash",
|
||||||
"Thunder Mastery",
|
"Thunder Mastery",
|
||||||
"Fire Mastery"
|
"Fire Mastery"
|
||||||
],
|
],
|
||||||
|
@ -7955,9 +7955,9 @@ const atrees = {
|
||||||
"parents": [
|
"parents": [
|
||||||
"Purification"
|
"Purification"
|
||||||
],
|
],
|
||||||
"_parents": [
|
"parents": [
|
||||||
"Purification",
|
"Fortitude",
|
||||||
"Fortitude"
|
"Purification"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
|
@ -8716,7 +8716,7 @@ const atrees = {
|
||||||
"parents": [
|
"parents": [
|
||||||
"Cheaper Meteor II"
|
"Cheaper Meteor II"
|
||||||
],
|
],
|
||||||
"_parents": [
|
"parents": [
|
||||||
"Explosive Entrance",
|
"Explosive Entrance",
|
||||||
"Cheaper Meteor II"
|
"Cheaper Meteor II"
|
||||||
],
|
],
|
||||||
|
@ -8792,7 +8792,7 @@ const atrees = {
|
||||||
"parents": [
|
"parents": [
|
||||||
"Time Dilation"
|
"Time Dilation"
|
||||||
],
|
],
|
||||||
"_parents": [
|
"parents": [
|
||||||
"Time Dilation",
|
"Time Dilation",
|
||||||
"Dynamic Faith"
|
"Dynamic Faith"
|
||||||
],
|
],
|
||||||
|
@ -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": 80}]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
@ -10662,7 +10669,7 @@ const atrees = {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "add_spell_prop",
|
"type": "add_spell_prop",
|
||||||
"base_spell": 0,
|
"base_spell": 3,
|
||||||
"target_part": "Total Damage",
|
"target_part": "Total Damage",
|
||||||
"hits": {
|
"hits": {
|
||||||
"Per Hit": 3
|
"Per Hit": 3
|
||||||
|
@ -10694,7 +10701,7 @@ const atrees = {
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "ws",
|
"name": "spd",
|
||||||
"value": 20
|
"value": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -10900,7 +10907,7 @@ const atrees = {
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
"cost": 1,
|
"cost": 2,
|
||||||
"display": {
|
"display": {
|
||||||
"row": 33,
|
"row": 33,
|
||||||
"col": 6,
|
"col": 6,
|
||||||
|
@ -11155,7 +11162,7 @@ const atrees = {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "raw_stat",
|
"type": "raw_stat",
|
||||||
"toggle": "Activate Echo",
|
"toggle": "Activate Clones",
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue