Begin mage atree integration.... pain and suffering...

This commit is contained in:
hppeng 2022-07-08 01:20:05 -07:00
parent 86719b749a
commit 75269f9b73
4 changed files with 1444 additions and 2 deletions

View file

@ -162,6 +162,7 @@ const atree_node = new (class extends ComputeNode {
}
node.parents = parents;
}
console.log(atree_map);
let atree_topo_sort = [];
topological_sort_tree(atree_head, atree_topo_sort, new Map());

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -142,5 +142,61 @@
"Brink of Madness": 66,
"Cheaper Uppercut 2": 67,
"Martyr": 68
},
"Mage": {
"Meteor": 0,
"Teleport": 1,
"Heal": 2,
"Ice Snake": 3,
"Shooting Star": 4,
"Wand Proficiency I": 5,
"Cheaper Meteor": 6,
"Earth Mastery": 7,
"Thunder Mastery": 8,
"Water Mastery": 9,
"Air Mastery": 10,
"Fire Mastery": 11,
"Cheaper Teleport": 31,
"Wisdom": 13,
"Wand Proficiency II": 14,
"Wind Slash": 15,
"Thunderstorm": 16,
"Stronger Meteor": 17,
"Burning Sigil": 18,
"Sunshower": 19,
"Windsweeper": 20,
"Ophanim": 21,
"Arcane Transfer": 22,
"Cheaper Heal": 23,
"Purification": 24,
"Sentient Snake": 25,
"Eye Piercer": 26,
"Breathless": 27,
"Larger Heal": 28,
"Larger Mana Bank": 45,
"Cheaper Ice Snake": 30,
"Fortitude": 32,
"Pyrokinesis": 46,
"Seance": 34,
"Blink": 35,
"Snake Nest": 36,
"Arcane Restoration": 37,
"Fluid Healing": 38,
"Transonic Warp": 39,
"Healthier Ophanim I": 40,
"Orphion's Pulse": 41,
"Diffusion": 42,
"Lightweaver": 43,
"Arcane Speed": 44,
"More Winded": 47,
"Cheaper Ice Snake II": 48,
"Cheaper Meteor II": 49,
"Chaos Explosion": 50,
"Arcane Power": 51,
"Explosive Entrance": 52,
"Gust": 53,
"Time Dilation": 54,
"Better Ophanim": 55,
"Artic Snake": 56
}
}