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 = "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 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
| ComparableArrayType = Java.type("java.lang.Comparable[]"); | |
| function header() { | |
| return ["特殊攻撃"]; | |
| } | |
| function begin() {} | |
| function body(battle) { | |
| var ret = new ComparableArrayType(1); |
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
| /** | |
| * 異常ダメージ検知 | |
| * @version 2.0.1β | |
| * @author Nishikuma | |
| */ | |
| //#region Library | |
| load("script/ScriptData.js") | |
| load("script/UnexpectedDamage.js") | |
| ComparableArrayType = Java.type("java.lang.Comparable[]") |
OlderNewer