What is KV Format?
KeyValues (KV) is Valve’s lightweight key–value text format used throughout Dota 2 for data-driven configuration. A KV file consists of nested blocks delimited by braces, where each entry is either a"key" "value" pair or a named sub-block.
LoadKeyValues function:
scripts/kv/ inside the game addon directory. They are loaded once at game start and cached for the lifetime of the match.

