⬡ Item Tree

Item Tree

island defense // titan item visualizer & editor

Storage

Your edits live in browser local storage. Clearing site data = losing your work.
Always export your version as JSON via Editor → Export to keep a backup.

Submit a version
1
Export

Editor → select your version → Export. Downloads a .json file.

2
Upload

Go to the repo → versions/ folder → Add file → Upload your .json.

3
Open a PR

Select "Create a new branch", propose changes. A maintainer merges it and it goes live.

# or via CLI git clone https://github.com/islandape95/id-titan-items.git cp my-export.json versions/ git add versions/my-export.json git commit -m "Add version: my-version-name" git push origin my-branch # then open a Pull Request on GitHub
How versions work
Base (4.4.3)

Read-only snapshot of the current live patch. Source of truth. Cannot be edited.

User versions

Fork from Base or another version. Full edit access. Stored in your browser until exported.