Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] cell info collection #44

Open
KagamiChan opened this issue Sep 30, 2018 · 2 comments
Open

[RFC] cell info collection #44

KagamiChan opened this issue Sep 30, 2018 · 2 comments

Comments

@KagamiChan
Copy link
Member

KagamiChan commented Sep 30, 2018

objectives for adding cell info collection

  • collect information for drawing maps, including cell event and possible route selections (in case of manual selection)
  • collect subtitles of certain event map cells

possible inclusion:

  • air base raid info

This collection WILL NOT include:

  • possible routes, it is better placed in a whole sortie collection
@KagamiChan
Copy link
Member Author

@gakada this is a new collection that could cover poooi/plugin-report#11, are you expecting something similar to #41 ?

@gakada
Copy link
Contributor

gakada commented Sep 30, 2018

I was planning to make a PR for some start/next collection in few days. Also small updating collection like for enemy info.

To compare, in TsunDB there is 2/3 collections, celldata for api_req_map/start:

map: Number
difficulty: Number
amountofnodes: Number
cleared: Boolean
celldata: [{
  api_id: Number
  api_no: Number
  api_color_no: Number
  api_passed: Number
  api_distance: Number
}]
datetime

and normalworld/eventworld for api_req_map/next

id
map: Number
hqlvl: Number
cleared: Boolean
difficulty: Number
fleettype: Number
fleet1, fleet2: [{
  id: Number
  name: String
  shiplock: Number
  level: Number
  type: Number
  speed: Number
  flee: Boolean
  equip: [Number]
  exslot: Number
}]
sortiedfleet: Number
fleetspeed: Number
edgeid: [Number] // route taken
los: [Float] // different formulas
nodetype: Number
eventid: Number
eventkind: Number
nodecolor: Number
amountofnodes: Number
itemget: [Number]
gaugetype: Number
gaugenum: Number
currentmaphp: Number
maxmaphp: Number
debuffsound
nextroute: Number
datetime

Not sure if resource gains/losses are missing, subtitles (api_cell_flavor) are missing.

No air base raid info here because enemy-comp collection is

id
map: Number
node: Number
hqlvl: Number
difficulty: Number
ship: [Number]
lvl: [Number]
hp: [Number]
stats: [[Number]]
equip: [[Number]]
formation: Number
datetime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants