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

File diff suppressed because one or more lines are too long