- 絶対しとくこと
- ドロップカット
- 音カット
- プリセット/基地の準備
- 出来るなら
- カンストによる経験値カット
- キャッシュ先読み
- その他
This file contains 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
/** | |
* 異常ダメージ検知 | |
* @version 2.0.1β | |
* @author Nishikuma | |
*/ | |
//#region Library | |
load("script/ScriptData.js") | |
load("script/UnexpectedDamage.js") | |
ComparableArrayType = Java.type("java.lang.Comparable[]") |
This file contains 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
ComparableArrayType = Java.type("java.lang.Comparable[]"); | |
function header() { | |
return ["特殊攻撃"]; | |
} | |
function begin() {} | |
function body(battle) { | |
var ret = new ComparableArrayType(1); |
This file contains 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 = "TsunDB"; | |
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"); |
This file contains 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"); |
This file contains 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 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 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 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 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' |
NewerOlder