Download Epic Fight - Extended Data Packs — Minecraft Mods — MetaMods

Epic Fight - Extended Data Packs

Active

Downloads

0

Last update

1 week ago
Client
Addons

This little mod extends the behavior of datapacks for Epic Fight, allowing you to add a couple of extra things...

 

Add Passive Skills:
One feature it has is that it allows you to add passive skills to your category; all you need to do is add the following line: "passive_skill": "space_id:skill_name"

 

Here is a direct example:

 

Using Skill Datakeys (v1.1+):

It also allows you to use Skill Datakeys in your category, mainly to control your combat style.

This mod allows you to access the Skill Datakeys for passive or innate skills.

Here's an example of an uchigatana that sheathed when the passive requires it.

 

 

In this example, when the uchigatana's passive tells the player to "Sheath!" when that is "true" the two-handed style changes to sheath.

This supports the following list in predicates:
passive_skill_boolean_data_key, passive_skill_float_data_key, passive_skill_integer_data_key, innate_skill_boolean_data_key, innate_skill_float_data_key, innate_skill_integer_data_key.

 

For Booleans, you need to add the Skill Datakey and the desired value:
"skill_data_key": "namespace:path",
"expected_value": true

 

For integers, you need to add the Skill Datakey and the desired value:
"skill_data_key": "namespace:path",
"expected_value": 5

 

For floats, you want to add the Skill Datakey, the desired value, and a tolerance:
"skill_data_key": "namespace:path",
"expected_value": 2.5,
"tolerance": 0.01

 

Important Considerations for Passive Skills

Although you can add any supported passive skills, some may crash the game if they are not designed to be used outside of their original context, i.e., do not support "general contexts."

I am not responsible for errors caused by incompatible abilities designed by third parties. If this occurs due to an ability I added (For example Cataclysmic Arsenal), you can report the error to me.

Project members
Sleys

Sleys