HOTFIX: remove duplicate parent, cheaper dash

This commit is contained in:
hppeng 2022-07-21 21:49:10 -07:00
parent 6302e20fc9
commit 8e0cf18056
2 changed files with 3 additions and 11 deletions

View file

@ -1473,7 +1473,7 @@ const atrees = {
"archetype": "Sharpshooter",
"archetype_req": 0,
"parents": [
"Cheaper Dash",
"Cheaper Escape",
"Thunder Mastery",
"Fire Mastery"
],
@ -7952,9 +7952,6 @@ const atrees = {
"display_name": "Cheaper Teleport II",
"desc": "Reduce the Mana cost of Teleport.",
"base_abil": "Teleport",
"parents": [
"Purification"
],
"parents": [
"Fortitude",
"Purification"
@ -8713,9 +8710,6 @@ const atrees = {
"archetype": "Light Bender",
"archetype_req": 0,
"base_abil": "Ophanim",
"parents": [
"Cheaper Meteor II"
],
"parents": [
"Explosive Entrance",
"Cheaper Meteor II"
@ -8789,9 +8783,6 @@ const atrees = {
"base_abil": "Windsweeper",
"archetype": "Riftwalker",
"archetype_req": 0,
"parents": [
"Time Dilation"
],
"parents": [
"Time Dilation",
"Dynamic Faith"
@ -9641,6 +9632,7 @@ const atrees = {
"archetype_req": 0,
"base_abil": 998,
"parents": [
"Cheaper Dash",
"Multihit",
"Air Mastery"
],

File diff suppressed because one or more lines are too long