https://github.com/amoeba/accharplanner
Character Planner for Asheron's Call
https://github.com/amoeba/accharplanner
asherons-call gaming mmo mmorpg
Last synced: 6 months ago
JSON representation
Character Planner for Asheron's Call
- Host: GitHub
- URL: https://github.com/amoeba/accharplanner
- Owner: amoeba
- License: isc
- Created: 2017-06-27T06:21:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T05:37:39.000Z (over 1 year ago)
- Last Synced: 2025-04-10T17:59:29.330Z (6 months ago)
- Topics: asherons-call, gaming, mmo, mmorpg
- Language: TypeScript
- Homepage: https://planner.treestats.net/
- Size: 7.31 MB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AC Character Planner
Pretty complete but still sorta WIP character planner for Asheron's Call.
## Previous work:
This isn't the first skill planner for AC:
- http://www.asheronsguide.com/charbuilder.html
- http://tkissing.github.io/AsheronsSkillz/
- http://mudzereli.github.io/asheron-skillcalc/#/## What makes this different?
- This planner calculates actual/buffed stat/vital/skill values
- This planner intends to support more of the ways you can affect your character (like sets)
- [x] XP investment
- [x] Buffs
- [x] Major & minor cantrips
- [x] Enlightenment
- [x] Augmentations and Luminance Auras (partially done)
- [ ] Sets
- [ ] Temporary bonuses
- [ ] Rares
- [ ] Cloaks
- [ ] Aetheria## Development
Check out `package.json` for scripts. You probably want to `yarn install` and `yarn run serve`.
## Contributing
I need feedback on:
- Layout, look & feel
- Fixing/finishing some of the more "recent" ingame features like Lum/Augs/Sets/etc
- What all should get implementedFor these things and really anything else, please open Issues on this repo.