Epic Fight Script Extension

Epic Fight Script Extension

927 Downloads

The English section is machine translated

Need Java8
CNPC mod



EpicFightMod的修改版,添加了CNPC的支持,以及一些脚本功能,写入了部分修改的其他mod的功能
A modified version of EpicFightMod that adds CNPC support, as well as some scripting features that have been partially modified to write other mod features

GitHub:PraiseSuffering/EpicFightScriptExtension (github.com)

部分代码或资源来自 Some code or resources come from
EpicFightMod GPLv3 史诗般的战斗 - Minecraft Mods - CurseForge

EpicACG MIT License  Epic ACG - Minecraft Mods - CurseForge

EpicFight GuanDao Moveset GPLv3 Epic Fight - Guandao Moveset - Minecraft Mods - CurseForge

EpicFight Yamato Moveset GPLv3 Epic Fight - Yamato Moveset - Minecraft Mods - CurseForge

Weapons of Miracles GPLv3 Weapons of Miracles - epic fight - Minecraft Mods - CurseForge

Sent directly from the author{

zdyyy
menzen
永夜Sqwer
TNThomas小罗
palevow
凌zhong004
shiny_Asuna
}


如果侵犯到您的权益请联系我
If it violates your rights, please contact me

=========================================================

Modify log(What I remember):

player stamina 15->14

entity weight (base max health)*2->40

entity max strikes 1->5

public void setStunReductionOnHit() {
//this.stunTimeReduction += Math.max((1.0F - this.stunTimeReduction) * 0.8F, 0.5F);
this.stunTimeReduction += Math.max((1.0F - this.stunTimeReduction) * 0.8F, 0.3F);
this.stunTimeReduction = Math.min(1.0F, this.stunTimeReduction);
}

=========================================================

Main Function

Compatible with CNPC by fixing OnlyClient Annotation(mixin didn't work. That's why we made it)

Custom scripting skill system (ecma engine only)




Run the script through the configuration file(Expert users only)
\TkkGameLib\plugin\xxx.js

This is part of the presentation

https://youtu.be/XSW0FcynHxQ

=========================================================


FAQ:

Q: java.lang.NullPointerException: Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is null
A: Using Java 8

Q:Why are there no script skills?
A:The skills themselves need to be configured, and scripts need to be written for the player to give skills

Q:Example script?
A:Simplified Chinese only, I'm sorry but I don't have the energy to translate
download:https://www.123pan.com/s/8BV7Vv-TuzYA.html