-
Notifications
You must be signed in to change notification settings - Fork 42
wsapi_spike
Takeshi HASEGAWA edited this page Aug 9, 2016
·
1 revision
Making a transaction with Spike in Inkopolis will trigger one of these events.
A slot for gear specified for key
is unlocked. sub_abilities
indicates the latest slot status.
{
"event":"on_spike_unlock",
"key":"blowfish_bell_hat",
"name":{"ja":"フグベルハット","en":"Blowfish Bell Hat"},
"brand":"firefin",
"level":1,
"sub_abilities":["locked","locked","locked"]
}
All sub abilities of the gear is re-rolled. sub_abilities
indicates the latest slot status.
{
"event":"on_spike_reroll_done",
"key":"squash_headband",
"name":{"ja":"スカッシュバンド","en":"Squash Headband"},
"brand":"zink",
"level":1,
"sub_abilities":["swim_speed_up","quick_super_jump","quick_super_jump"]
}
To be implemented