generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Modify Damage Dealt
apace100 edited this page Mar 16, 2021
·
3 revisions
Power Type. Modifies how much melee damage the player deals.
Type ID: origins:modify_damage_dealt
Fields:
damage_condition
, Damage Condition, optional: If set, the modifiers will only apply to damage which satisfies this condition.
modifier
, Attribute Modifier, optional: If set, this modifier will apply to the damage amount.
modifiers
, array of Attribute Modifiers, optional: If set, these modifiers will apply to the damage amount.
target_condition
, Entity Condition, optional: If set, the action will only be triggered when a target matching this condition is hit.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types