icarus prospector

Icarus Prospector

Status: Planned. Not yet in development.

A web-based character editor for Icarus. Will be served at /prospector on the portal as a Flask Blueprint.


Project Details

Field Value
GitLab Project icarus/prospector
GitLab Project ID 8
Slug prospector
Repository https://git.eurekaendeavors.com/icarus/prospector
Visibility private
License GPL v3
Portal route /prospector
Depends on icarus/core
Status Planned

Planned Features

Character save editing for Icarus player characters:

  • Character stats and attributes
  • Skill trees and talent points
  • Inventory and equipment
  • Character metadata (name, appearance)

Exact scope to be determined once the save file format for character data is fully documented.


Notes

The UE4 binary save format for character data is the same as for prospect and pet saves — the icarus/core parser/serializer handles the low-level binary IO. The prospector Blueprint will build on top of core in the same pattern as icarus/prospects and icarus/pets.

Back to Docs