Atherys/AtherysDocs

AtherysRPG skill nodes editor

LJNIC opened this issue · 1 comments

LJNIC commented

Overview

We need an editor for creating AtherysRPG skill trees, as the configuration can get quite complicated. This will take more effort than the item editor or the quest editor.

Skills (Vertices)

  • ID (skill name)
  • Cost
  • Cooldown

Skill Links (Edges)

  • Parent Skill
  • Child Skill
  • Cost (weight)
  • Type (Bi-directional or Uni-directional)

Features

  • Adding & removing skill nodes
  • Adding & removing skill links
  • Modifying skills
  • Modifying skill links

Tasks

  • Explore graph visualization libraries
  • Read from config file
  • Write to config file
  • Create menus for editing skills and skill links
  • Render skills and skill links with Vis
  • Connect visual graph to skills and skill links
LJNIC commented

Library found: Vis.