-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcommands.json
1 lines (1 loc) · 2.17 KB
/
commands.json
1
[{"Id" : 3000, "Name" : "_FAKE_COMMAND"}, {"Id":226,"Name":"_SET_WEATHER","Description":"Sets the weather.","Dummy":false,"Animation":false,"Args":[{"TentativeName":"Weather","Description":"The ID of the weather to change to.","Type":["Number","Work"],"Optional":false}]},{"Id":1229,"Name":"_TEMOTI_FORMNO","Description":"Returns the form id of the Pokémon at the given index in the party.","Dummy":false,"Animation":false,"Args":[{"TentativeName":"Index","Description":"The index that points to the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"Result","Description":"The work in which to put the result in.","Type":["Work"],"Optional":false}]},{"Id":1230,"Name":"_TEMOTI_BOX_FORMNO","Description":"Returns the form id of the Pokémon at the given index and tray index.","Dummy":false,"Animation":false,"Args":[{"TentativeName":"Index","Description":"The index that points to the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"TrayIndex","Description":"The tray index in which to look for the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"Result","Description":"The work in which to put the result in.","Type":["Work"],"Optional":false}]},{"Id":1231,"Name":"_GET_BOX_POKE_SEIKAKU","Description":"Returns the nature id of the Pokémon at the given index and tray index.","Dummy":false,"Animation":false,"Args":[{"TentativeName":"Index","Description":"The index that points to the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"TrayIndex","Description":"The tray index in which to look for the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"Result","Description":"The work in which to put the result in.","Type":["Work"],"Optional":false}]},{"Id":1232,"Name":"_RELEASE_BOX_POKE","Description":"Releases the Pokémon at the given index and tray index.","Dummy":false,"Animation":false,"Args":[{"TentativeName":"Index","Description":"The index that points to the given Pokémon.","Type":["Number","Work"],"Optional":false},{"TentativeName":"TrayIndex","Description":"The tray index in which to look for the given Pokémon.","Type":["Number","Work"],"Optional":false}]}]