BlowaXD/ChickenAPI

[TDD] Add Trading System to ChickenAPI

Opened this issue · 0 comments

Description

Nostale's Trading system should be abstracted and datas added to ChickenAPI, this contains :

  • Events
  • Packets
  • User Stories
  • UI/UX Data (UI modals text, abstracted chat logs...)

Known trading system dependencies :

  • Inventory System
  • Gold (Store game money inside the inventory)
  • Bank System (Store game money on a bank account, same as Gold but outside the inventory)
  • UI/UX interactions (Modal)

For that, a fully tested trading system should be done. (Actually, for SaltyEmu, the only actual wrapper of ChickenAPI, it will be done over a stateless microservice)