Damage Modification - DragonSurvivalTeam/DragonSurvival GitHub Wiki

Description

A damage modification is a multiplier to the incoming damage of a set of types to a given entity. Each damage modification has a duration and an ID. To see available damage types, see this for vanilla damage types and this for dragon survival damage types.

Dependencies

  1. DurationInstanceBase

Schema

{
    "base": [DurationInstanceBase]    // [Mandatory]  || Base data for the duration instance.
    "types": [DamageType]             // [Mandatory] || The list of damage types to modify damage from.
    "multiplier": [LevelBasedValue]   // [Mandatory] || The amount to multiply the damage by.
}