Epic Fight Script Extension

Quick rating

Community listing page, reviews here may not be monitored by the author.

Epic Fight Script Extension

No reviews yet

EpicFight Mod branch version, added compatibility with ECMA scripts

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
epicfight-16.6.4.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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)

description_018b0bca-c729-4929-9f11-44dc82d9ffaf.gif


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



Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works