- 絶対しとくこと
- ドロップカット
- 音カット
- プリセット/基地の準備
- 出来るなら
- カンストによる経験値カット
- キャッシュ先読み
- その他
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "日時": { | |
| "開始": "20181103000000" | |
| "終了": "20200101000000" | |
| } | |
| "種別":"砲撃戦" | |
| "出力" : { | |
| "攻撃艦":"自軍" | |
| "攻撃艦.疲労" : {"以下" : 52,"以上" : 33} | |
| "自陣形" : "単縦陣" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Optional = Java.type("java.util.Optional") | |
| DataType = Java.type("logbook.data.DataType") | |
| GlobalContext = Java.type("logbook.data.context.GlobalContext") | |
| ApplicationMain = Java.type("logbook.gui.ApplicationMain") | |
| function update(type, data) { | |
| var json = data.getJsonObject() | |
| switch (type) { | |
| case DataType.START: | |
| var map = Optional.ofNullable(GlobalContext.sortieMap).map(function (map) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| id: { | |
| // 古鷹 | |
| 59: { | |
| // 20.3cm(2号)連装砲 | |
| 90: [{ | |
| cond: { | |
| 'sR': 1 | |
| }, | |
| houg: 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Loading of general data/functions. | |
| const fs = require('fs'), | |
| { | |
| Client | |
| } = require('pg') | |
| const semver = require('semver') | |
| global.currentDir = __dirname | |
| const FILE_NAME = 'aaci_tsun.csv' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CLT 大井改 - 1.02 ~ 1.52 (1x) | |
| CLT 北上改 - 1 ~ 1.27 (1x) | |
| CA 青葉 - 1 ~ 1.02 (3x) | |
| CA 高雄 - 1 ~ 1.02 (2x) | |
| CA 利根 - 1.29 ~ 1.21 (4x) | |
| CAV 最上改 - 1.19 ~ 0.96 (1168x) | |
| CV 赤城 - 1.51 ~ 1.93 (1x) | |
| CV 加賀 - 1.28 ~ 1.3 (2x) | |
| FBB 比叡 - 1.13 ~ 1.17 (3x) | |
| CV 蒼龍 - 1.26 ~ 1.3 (2x) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //script読み込み | |
| load("script/ScriptData.js") | |
| load("script/UnexpectedDamage.js") | |
| //Import部分 | |
| SimpleDateFormat = Java.type("java.text.SimpleDateFormat") | |
| Optional = Java.type("java.util.Optional") | |
| ConcurrentHashMap = Java.type("java.util.concurrent.ConcurrentHashMap") | |
| IntStream = Java.type("java.util.stream.IntStream") | |
| FillLayout = Java.type("org.eclipse.swt.layout.FillLayout") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DataType = Java.type("logbook.data.DataType"); | |
| GlobalContext = Java.type("logbook.data.context.GlobalContext"); | |
| ApplicationMain = Java.type("logbook.gui.ApplicationMain"); | |
| /** | |
| * @param {logbook.data.DataType} type | |
| * @param {logbook.data.Data} data | |
| */ | |
| function update(type, data) { | |
| var json = data.jsonObject.api_data; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################### | |
| # WHEN KC IS DED | |
| # I'M PRETTY SURE THIS IS A CONSPIRACY | |
| # | |
| # This config file is adapted from Chami (kc.piro.moe), which used a private | |
| # server that cannot be exposed to the public. I used a public server from | |
| # VPNGate (https://www.vpngate.net/en/) for this config. | |
| # | |
| # This is configured to (hopefully) route ONLY Kancolle traffic to a JP server | |
| # and not touch anything else. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load("script/ScriptData.js"); | |
| data_prefix = "PoiDB"; | |
| BufferedReader = Java.type("java.io.BufferedReader"); | |
| InputStreamReader = Java.type("java.io.InputStreamReader"); | |
| OutputStreamWriter = Java.type("java.io.OutputStreamWriter"); | |
| URL = Java.type("java.net.URL"); | |
| Collectors = Java.type("java.util.stream.Collectors"); | |
| GlobalContext = Java.type("logbook.data.context.GlobalContext"); | |
| DataType = Java.type("logbook.data.DataType"); |