2024-12-10 17:52:31|Myriagame |source:minecraft skins
According to the author, in addition to 1.12.2, the epic battle of the future version will only support the writing of data packets.
Epic battles are usually not compatible with other mods, especially entities.Therefore, you must manually define the model, animation and other attribute values of the entity. Fortunately, the author provides presets to use.I will explain how to write data packets and use the author's presets to allow other MOD creatures to have an epic battle.
(Note that the current methods taught are currently limited to module organisms with the same templates as original creatures including players, or modules that are purely using original creatures or player models. Bioskins with unique models do not support data packaging and rewriting).)
First create a folder (named by yourself, named the name of the packet), and then create a txt file in it, named "PACK", which is written in the following code
{{"PACK": {
"Pack_format": 6,
"description": "A Short Description on your Pack"
}
}
Fill in the corresponding numbers according to your own version, the code is 6, so it is version 1.16.2-1.16.5.
Then save exit, and change the suffix of the txt file to mcmeta. After the change, the file should be pack.mcmeta
Then create a new folder and form the following path (only the folder cover folder and named, the innermost is the JSON file)
Data/Modid/EPICFIGHT_MOBPATCH/EntityName.json
Among them, "Modid" is the ID name of the module, and "EntityName" is the biological name you want to modify.It's "Pharaoh".You can use the "/Summom" instruction.The JSON file is obtained by modifying the suffix of the txt file.
Then open the JSON file with a notepad, and write the code in the file to write data for you who want to obtain an epic combat action.(If you read the tutorial of a custom weapon, you should be well understood)
First, the author provides various presets.MOD creatures can directly quote the epic combat action of the original creature.(But note that the creature must be the same as the original creature model)
Just copy the following code into the JSON file.
{{"Preset": "Minecraft: Skeleton"
}
You can make MOD creatures have the epic combat action of skeleton.(Abutum’s Pharaoh's Pharaoh does not modify the material, but does not match the model of the skeleton. This is just an example)
In the same way, replacing "Skeleton" into other original creatures can write the creature with epic combat action.
The currently supported presets are as follows
After that, you only need to put the folder in the following path or import the data packet directly when the new world is introduced.(You can run it after compression, but you should be able to see the PACK and Data files after the compression file is opened, otherwise it will not run)
Here are the modules that are suitable for this set of simple writing methods.
Villager recruits (suitable for player presets), Abutum (using zombies, players, skull presets can cover almost all creatures), brutal and plunder (predator presets), Human Companions (player presets), medieval creatures (players playersPreset)
Finally, I will share with you a special player preset by the author, so that the same creatures that are the same as the player model have complex epic combat movements (rolling, fake actions, pads, chopped sideways, etc.).run.(You can also download the author's JSON file to Discord)
{{"Model": "EpicFight: Entity/BIPD",
"Renderer": "Player",
"Isumanoid": true, "faction": "villager",
"Attributes": {
"IMPACT": 1.0,
"Armor_negation": 0.0,
"Max_strikes": 1,
"Chaseng_speed": 0.70
},
"Default_livingMotions": {
"IDLE": "EpicFight: Biped/Living/Idle",
"Walk": "EpicFight: Biped/Living/Walk",
"CHASE": "EpicFight: Biped/Living/Walk",,
"Death": "EpicFight: Biped/Living/Death"
},
"Humanoid_weapon_motions": [[
{{
"weapon_categories": ["axe", "hoe", "pickaxe", "shovel", "sword"],
"STYLE": "Common",
"Livingmotions": {
"Chase": "EPICFIGHT: Illager/Chase", "Walk": "EPICFIGHT: BIPD/Living/Walk" "
}
},
{{
"Weapon_categories": ["spear"],
"STYLE": "Common",
"Livingmotions": {
"Chase": "EPICFIGHT: BIPED/LIVING/RUN_HOLDING_WEAPON",,
"Walk": "EpicFight: Biped/Living/Hold_spear"
}
},
{"Weapon_categories": ["Spear", "Trident"],
"STYLE": "One_hand",
"Livingmotions": {
"Chase": "EPICFIGHT: BIPED/LIVING/RUN_HOLDING_WEAPON",,
"Walk": "EpicFight: Biped/Living/Walk"
}
},
{{
"Weapon_categories": ["tachi"],
"STYLE": "Two_hand",
"Livingmotions": {
"Chase": "EPICFIGHT: BIPED/Living/Hold_tachi", "Walk": "EPICFIGHT: Biped/Living/HOLD_TACHI" "" "
}
},
{{
"Weapon_categories": ["Greatsword"],
"STYLE": "Two_hand",
"Livingmotions": {
"Chase": "EPICFIGHT: BIPED/Living/Walk_twohand",,
"Walk": "EpicFight: Biped/Living/Walk_twohand"
}
}, {
"Weapon_categories": ["Longsword"],
"STYLE": "Two_hand",
"Livingmotions": {
"Chase": "EPICFIGHT: BIPED/Living/Hold_longsword",,
"Walk": "EpicFight: Biped/Living/Hold_longsword"
}
},
{{
"Weapon_categories": ["katana"],
"STYLE": "Two_hand",
"Livingmotions": {"chase": "EpicFight: Biped/living/HOLD_KATANA",
"Walk": "EpicFight: Biped/Living/Hold_katana"
}
},
{{
"Weapon_categories": ["sword"],,
"STYLE": "Two_hand",
"Livingmotions": {
"CHASE": "EpicFight: Biped/Living/Walk",,
"Walk": "EpicFight: Biped/Living/Walk"
}
}
],,,
"Stun_animations": {"SHORT": "EPICFIGHT: BIPED/Combat/Hit_short",
"Long": "EPICFIGHT: BIPED/Combat/Hit_long",,
"Knockdown": "EPICFIGHT: BIPED/Combat/Knockdown",, "
"Fall": "EpicFight: Biped/Living/Landing"
},
"Combat_behavior": [[
{{
"Weapon_categories": ["sword"],,
"STYLE": "Common",
"Behavior_Series": [[
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: Illager/SWING_AXE2" "" "
}
]
},
{"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EPICFIGHT: Illager/SWING_AXE3"}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}
]
},
{{
"Weight": 0.5, "CanbeInterrupted": false, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EPICFIGHT: BIPED/SKILL/STEP_LEFT"}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.1,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
}, {
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 12.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/SWEEPING_EDGE"
}
]
}
]
}, {
"Weapon_categories": ["spear"],
"STYLE": "Two_hand",
"Behavior_Series": [[
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 12.0}],
"Animation": "EpicFight: BIPED/Combat/MOB_SPEAR_TWOHAND1"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 12.0}
],,,
"Animation": "EPICFIGHT: BIPED/Combat/Mob_Spear_twohand2"}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 12.0}
],,,
"Animation": "EpicFight: BIPED/Combat/MOB_SPEAR_TWOHAND3"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}]
},
{{
"Weight": 0.1,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 15.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/SPEAR_SLASH"}
]
}
]
},
{{
"Weapon_categories": ["axe"],,
"STYLE": "Common",
"Behavior_Series": [[
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: Illager/SWING_AXE2" "" "
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 7.0}],
"Animation": "EpicFight: Illager/SWING_AXE3" "" "
}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 10.0}
],,,
"Animation": "EPICFIGHT: Illager/SWING_AXE1"
}
]},,
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}],
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}
]
},
{{
"Weight": 0.1,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_BACKWARD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 15.0}],
"Animation": "EpicFight: Biped/Skill/Guillotine_axe"
}
]
}
]
},
{{
"Weapon_categories": ["Spear", "Trident"],
"STYLE": "One_hand",
"Behavior_series": [{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 12.0}
], "Animation": "EPICFIGHT: BIPD/Combat/Mob_Spear_onehand"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}
]
},
{{
"Weight": 0.1,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
},
{"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "Min": 0.0, "MAX": 12.0}, {"predicate": "random_chance", "CHANCE": 0.5}
],,,
"Animation": "EpicFight: BIPED/SKILL/SPEAR_THRUST"
}
]
}
]
}, {
"Weapon_categories": ["tachi"],
"STYLE": "Two_hand",
"Behavior_Series": [[
{{
"Weight": 0.085,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 12.0}],
"Animation": "EpicFight: BIPED/Combat/Mob_tachi_SpeCial"
}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": true, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 10.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_longsword1"
}]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 10.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_longsword2"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPD/SKILL/STEP_LEFT"
}
]
},
{{
"Weight": 0.3,,,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_BACKWARD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "Min": 0.0, "MAX": 10.0}],
"Animation": "EpicFight: BIPED/SKILL/LETHAL_SLICING_ONCE"
}
]
}
]
},
{{
"Weapon_categories": ["Greatsword"],
"STYLE": "Two_hand",
"Behavior_Series": [[
{"Weight": 0.15,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 14.0}
],,,
"Animation": "EPICFIGHT: BIPED/Combat/Mob_Greatsword1"}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 12.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Greatsword_auto1"
},
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 12.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Greatsword_auto2"
}
]
},
{{
"Weight": 0.2,,,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_BACKWARD"
},
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 14.0}}
],,,
"Animation": "EpicFight: BIPD/SKILL/GIANT_WHIRLWIND"
}
]
}
]
},
{{
"Weapon_categories": ["dagger"], "style": "two_hand",
"Behavior_Series": [[
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 6.0, "max": 6.0}],
"Animation": "EpicFight: BIPED/Combat/Mob_dagger_twohand2"
}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 6.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_dagger_twohand1"
}]
},
{{
"Weight": 0.65,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.65,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/STEP_LEFT"
}
]
},
{{
"Weight": 0.5, "CanbeInterrupted": false, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EPICFIGHT: BIPED/SKILL/ROLL_BACKWARD"}
]
},
{{
"Weight": 0.1,
"Canbeinterrupted": False, False,
"Looping": True,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/STEP_BACKWARD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 6.0}
], "Animation": "EPICFIGHT: BIPD/SKILL/BLADE_RUSH_FIRST"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 6.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/BLADE_RUSH_SECOND"
},
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 6.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/BLADE_RUSH_THIRD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 6.0}
], "Animation": "EPICFIGHT: BIPD/SKILL/BLADE_RUSH_FINISHER"
}
]
}
]
},
{{
"Weapon_categories": ["dagger"],
"STYLE": "One_hand",
"Behavior_Series": [[
{{
"Weight": 1.0,
"Canbeinterrupted": true, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_dagger_onehand1"
}, {
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_dagger_onehand2"
},
{"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_dagger_onehand3"
}
]
},
{"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EPICFIGHT: BIPED/SKILL/ROLL_BACKWARD"}
]
},
{{
"Weight": 0.65,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.65,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/STEP_LEFT"
}
]
},
{{
"Weight": 0.05, "Canbeinterrupted": False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 9.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
}, {
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/EVISCETE_FIRST"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/EVISCETE_SECOND"
}
]
}
]
},
{{
"Weapon_categories": ["Longsword"],
"STYLE": "Two_hand",
"Behavior_Series": [[
{"Weight": 1.0,
"CanbeInterrupted": true, TRUE,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 10.0}
],,,
"Animation": "EPICFIGHT: BIPD/Combat/Mob_longsword1"}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 10.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_longsword2"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": false, "looping": false, false,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}]
},
{{
"Weight": 0.2,,,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 12.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/STEP_FORWARD"},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/EVISCETE_FIRST"
},
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 10.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Longsword_auto3"
}
]
}
]
},
{{
"Weapon_categories": ["katana"],
"Style": "Two_hand", "Behavior_Series": [
{{
"Weight": 1.0,
"CanbeInterrupted": true, TRUE,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
], "Animation": "EPICFIGHT: BIPD/Combat/Mob_katana1"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_katana2"
}, {
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_katana3"
}
]
},
{"Weight": 0.6,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EPICFIGHT: BIPED/SKILL/STEP_LEFT"}
]
},
{{
"Weight": 0.6,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}],
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.05,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_BACKWARD"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 7.0}],
"Animation": "EpicFight: BIPED/SKILL/FATAL_DRAW_DASH"
}
]
}
]
},
{{
"Weapon_categories": ["sword"],,
"STYLE": "Two_hand",
"Behavior_Series": [[
{"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EPICFIGHT: BIPED/Combat/MOB_SWORD_DUAL3"}
]
},
{{
"Weight": 1.0,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: BIPED/Combat/Mob_sword_Dual1"
},
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 7.0}],
"Animation": "EpicFight: BIPED/Combat/MOB_SWORD_DUAL2"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}
]},,
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
], "Animation": "EPICFIGHT: BIPD/SKILL/STEP_LEFT"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.1,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 8.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
},
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 7.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/DANCING_EDGE"
}
]
}
]
},
{{
"Weapon_categories": ["found"],,
"STYLE": "Common", "Behavior_Series": [
{{
"Weight": 1.0,
"CanbeInterrupted": true, TRUE,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 8.0, "MAX": 10.0}
], "Animation": "EPICFIGHT: Enderman/Rush_kick"
}
]
},
{{
"Weight": 0.8,
"CanbeInterrupted": true, TRUE,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 6.0}
],,,
"Animation": "EpicFight: Enderman/Knee"
}
]
},
{{
"Weight": 0.8,
"CanbeInterrupted": true, TRUE,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 6.0, "max": 8.0}
],,,
"Animation": "EpicFight: Zombie/Attack1"
}
]},,
{{
"Weight": 0.8,
"CanbeInterrupted": true, TRUE,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 6.0, "max": 8.0}
], "Animation": "EPICFIGHT: Zombie/Attack2"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_BACKWARD"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/ROLL_FORWARD"
}
]},,
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
], "Animation": "EPICFIGHT: BIPD/SKILL/STEP_RIGHT"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "MIN": 0.0, "MAX": 5.0}
],,,
"Animation": "EpicFight: BIPD/SKILL/STEP_LEFT"
}
]
},
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": false, "Behaviors": [
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
],,,
"Animation": "EpicFight: BIPED/SKILL/STEP_FORWARD"
}
]},,
{{
"Weight": 0.5,
"Canbeinterrupted": False, False,
"Looping": False,
"Behaviors": [[
{{
"Conditions": [[
{"Predicate": "Within_eye_height"}, {"Predicate": "Within_distance", "min": 0.0, "max": 5.0}
], "Animation": "EPICFIGHT: BIPD/SKILL/STEP_BACKWARD"
}
]
}
]
}
]
}
The above is the entire content of this tutorial,
If anyone wants to know how to write code to make each creature have a unique attack action, or how to make the material package to make the model very close to the original creature MOD creature matching
I will explain the meaning of each parameter and how to edit the code in detail. Of course, such a complicated editor does not recommend the use of notepads.
(If I pit, you can go to the author’s github to learn more in detail.)
National Service DNF Dark Ni
2025-01-28 09:19:27The new screenshot of the be
2025-01-28 09:18:57The 15th anniversary wallpap
2025-01-28 09:18:273DM Xuanyuan Sinicization Gr
2025-01-28 09:17:57French magazine is the first
2025-01-28 09:17:27The sneak game "Republic" wi
2025-01-28 09:16:57The story between humans and
2025-01-28 09:16:27Capture "Trinity 3: Artifact
2025-01-28 09:15:27Wind direction change "Myste
2025-01-28 09:14:57DICE's new project "Dream" w
2025-01-28 09:14:27Pirate Minecraft Skins
Minecraft Skins
2024-12-10 04:11:27Pirate Minecraft Skins
Minecraft Skins
2024-12-10 04:11:26Master Minecraft Skins
Minecraft Skins
2024-12-10 04:11:25King Minecraft Skins
Minecraft Skins
2024-12-10 04:11:25Guide Minecraft Skins
Minecraft Skins
2024-12-10 04:11:24Dark Knight Minecraft Skins
Minecraft Skins
2024-12-10 04:11:23Sparta Minecraft Skins
Minecraft Skins
2024-12-10 04:11:23Moncraft Skins of the War
Minecraft Skins
2024-12-10 04:11:22Red Witch Minecraft Skins
Minecraft Skins
2024-12-10 04:11:22Golden Cavaliers Minecraft S
Minecraft Skins
2024-12-10 04:11:22