Skip to content

PlayerAbilityApi

All URIs are relative to http://localhost:8080/api

Method HTTP request Description
equipPlayerAbility POST /player/ability/equip Equip Player Ability (WIP)
releasePlayerAbility POST /player/ability/release Release Player Ability (WIP)
releaseSlotPlayerAbility POST /player/ability/release_slot Release Slot Player Ability (WIP)
upgradeSpherePlayerAbility POST /player/ability/upgrade_sphere Upgrade Sphere Player Ability (WIP)

equipPlayerAbility

EquipPlayerAbilityResponse equipPlayerAbility(EquipPlayerAbilityRequest)

Equip Player Ability (WIP)

Set a \"Principle Fruit (ことわりの実)\" to specified slot of a ability tree

Parameters

Name Type Description Notes
EquipPlayerAbilityRequest EquipPlayerAbilityRequest [optional]

Return type

EquipPlayerAbilityResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

releasePlayerAbility

ReleasePlayerAbilityResponse releasePlayerAbility(ReleasePlayerAbilityRequest)

Release Player Ability (WIP)

Unlock the ability tree of a specified character using specified item

Parameters

Name Type Description Notes
ReleasePlayerAbilityRequest ReleasePlayerAbilityRequest [optional]

Return type

ReleasePlayerAbilityResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

releaseSlotPlayerAbility

ReleaseSlotPlayerAbilityResponse releaseSlotPlayerAbility(ReleaseSlotPlayerAbilityRequest)

Release Slot Player Ability (WIP)

Unlock a slot of a specified ability tree (by using the player's items at server side implicitly)

Parameters

Name Type Description Notes
ReleaseSlotPlayerAbilityRequest ReleaseSlotPlayerAbilityRequest [optional]

Return type

ReleaseSlotPlayerAbilityResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

upgradeSpherePlayerAbility

UpgradeSpherePlayerAbilityResponse upgradeSpherePlayerAbility(UpgradeSpherePlayerAbilityRequest)

Upgrade Sphere Player Ability (WIP)

Upgrade a \"Principle Fruit (ことわりの実)\" of specified slot of a ability tree by using the player's items specified in client side

Parameters

Name Type Description Notes
UpgradeSpherePlayerAbilityRequest UpgradeSpherePlayerAbilityRequest [optional]

Return type

UpgradeSpherePlayerAbilityResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json