A skill is defined as a JSON file housed at res://res/text/skills/. Its filename is its base id, and all data and keywords are expressed through JSON.
A skill is defined as a JSON file housed at res://res/text/skills/. Its filename is its base id, and all data and keywords are expressed through JSON.
A skill's JSON array contains a...
Every skill's functionality is built from keywords read from that list. Each keyword is a dictionary containing its "type" (keyword's category) and some optional data.