Undo undoing patch changes

This commit is contained in:
hppeng 2022-07-21 22:06:14 -07:00
parent 4b0a336e3e
commit 8d394b30c3
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"
], ],
@ -7953,9 +7953,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"
@ -8714,9 +8711,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"
@ -8790,9 +8784,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"
@ -9642,6 +9633,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