This Amazon Alexa Skill provides information about ZenithVR MMORPG
Note:
Since I'm maintaining this skill for both Alexa and Google Assistant platforms, I'm now using a framework to avoid duplicate code and logic.
For this reason, this repository has been discontinued in favor of: https://github.com/Markkop/essence-helper-jovo
https://www.amazon.com/dp/B09T6XJ3NT
"Alexa, open essence helper"
"Alexa, open essence helper and tell me the effect of the perk shell"
"Alexa, open Essence Helper and provide me the effect of blood thief"
"Alexa, open Essence Helper and get the effect of the perk brain freeze"
ask configure
ask init --hosted-skill-id amzn1.ask.skill.db94a83e-4fe1-4dcc-87ae-afb9535d8e6e
cd lambda && npm install && cd ..
git remote add github [email protected]:Markkop/essence-helper-alexa-skill.git
Compiled folder "dist" have to be commited since this project is a Alexa-hosted skill (which is free) and therefore we have to build the javascript code before sending it to Amazon.