Skip to content

aaronbeall/xcom2-tech-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCOM 2 Tech Tree

Based on the excellent XCOM 2 Tech Tree project from darosh. Updated to add all DLC content (War of the Chosen, Alien Hunters, Shen's Last Gift, and Tactical Legacy Pack).

Live version.

Data

The data was orignally pulled from an XML project that no longer exists, here the data is manually maintained in xcom-tech-tree.min.js.

Data has been collected from a combination of the original forked project's data, XCOM2 Fandom Wiki, and other sources online. There were conflicts and some obvious errors in virtually all sources, what's here is a best attempt to merge them most accurately. Please report any errors, or even better save and modify the JSON data with corrections, and submit an issue.

Development

Install

npm install

Publish

npm run pubish

Deprecated

All the gulp and bower related stuff is no longer used.

Todo

  • Sticky header
  • Complete all the resource costs, rework the difficulty breakdown to get rid of useless repeats and ?
  • Hover a node to highlight its neighbor connections
  • Tooltip should say its prerequisites and unlocks (prev and next neighbors)
  • Tooltip should say what soldier class weapons belong to
  • Show tooltip descriptions on legend items
  • Show DLC source on tooltips
  • Fix Save SVG action
  • Cleanup dead dev stuff
  • Handle Lost & Abandoned impact
  • Re-sort data so it groups a little nicer?
  • Hide removed WotcC GTS skills when WotC is selected
  • Provide link to wiki for more details
  • Option to show successors on filtering
  • Dark mode
  • Search details, not just title
  • Add LW2 content 😳
  • Some addition tooltip stuff: staffing, weapon abilities, building abilities
  • Highlight search matches in text

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • CSS 10.7%
  • HTML 10.7%