## My Profile
<iframe src="https://tracker.gg/valorant/profile/riot/Ran%23burp/overview" allow="fullscreen" allowfullscreen="" style="height:100%;width:100%; aspect-ratio: 9 / 16; "></iframe>
## Notes
One of my favorite FPS games, I wish I was able to play competitively consistently but I mostly just played with friends and keep up with eSports.
### Characters
#### KAY/O
25 normal
15 backwards
35 run throw
5 right click
### Tips
#### Angle holding
- Close if quiet, far is loud
- As soon as you shoot, fall back to cover. This becomes a habit that lessens cognitive requirement, and gives you more options - reswing, fall back, util, etc.
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### Notes 📝
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs 📥
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts 💭
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```