-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
@gakada this is a new collection that could cover poooi/plugin-report#11, are you expecting something similar to #41 ? |
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, 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 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 ( No air base raid info here because id
map: Number
node: Number
hqlvl: Number
difficulty: Number
ship: [Number]
lvl: [Number]
hp: [Number]
stats: [[Number]]
equip: [[Number]]
formation: Number
datetime |
objectives for adding cell info collection
possible inclusion:
This collection WILL NOT include:
The text was updated successfully, but these errors were encountered: