Modifier - DragonSurvivalTeam/DragonSurvival GitHub Wiki
Description
A Modifier is a modification to a player Attribute. It uses a vanilla Operation and an amount to determine how to modify the attribute.
Schema
{
"attribute": [Attribute] // [Mandatory] || The attribute to modify.
"amount": [LevelBasedValue] // [Mandatory] || The amount to modify the attribute by.
"operation": [Operation] // [Mandatory] || The way to modify the attribute.
"dragon_species": [DragonSpecies] // [Optional] || Which dragon species are allowed to receive this modifier.
}