Migration

This commit is contained in:
2024-03-20 16:21:19 +01:00
commit 4d87f6e4ab
1847 changed files with 19406 additions and 0 deletions

42
Docs/TODO.md Normal file
View File

@@ -0,0 +1,42 @@
---
kanban-plugin: basic
---
## Quick
- [ ] Make HitReact occur with a cooldown
- [ ] Add fake plan to collide with player cursor when targeting out of bounds
- [ ] Make Widget Segment Picker begin possible in vertical box
## Features
- [ ] Inventory on player<br>- [ ] Dropable items<br>- [ ] inventory modifications<br>- [ ] Bank chest
- [ ] Equipment System<br>- [ ] Items with stats and slots to equip<br>- [ ] Have a visual composite name<br>- [ ] method to refresh visuals on character
## Refactorings
- [ ] Move ability tree functionalities from AAuraPlayerState to it's own actor component
- [ ] Make projectile hit in sequence
## Ability Ideas
- [ ] Projectile that follows you around when fired. Like a paladin hammers but with homing projectile physics
***
## Archive
- [x] Make player pawn ignoring mouse cursor
- [x] Fix up client side ability casting
%% kanban:settings
```
{"kanban-plugin":"basic"}
```
%%