All Downloads are FREE. Search and download functionalities are using the official Maven repository.

item_stats.damage.yml Maven / Gradle / Ivy

The newest version!
_vanilla_generic:
  priority: 50
  name: 'Generic'
  format: '&6⚔ %name%: &f%value% %condition%'
  attached-damage-causes:
    - DROWNING
    - STARVATION
    - SUFFOCATION
    - SUICIDE
    - THORNS
    - VOID
  on-hit-actions: { }
  biome-damage-modifier: { }
  entity-type-modifier: { }
  mythic-mob-faction-modifier: { }

physical:
  priority: 1000
  name: Physical Damage
  format: '&6⚔ %name%: &f%value% %condition%'
  attached-damage-causes: [ ]
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0

magical:
  priority: 10
  name: Magical Damage
  format: '&d⚡ %name%: &f%value% %condition%'
  attached-damage-causes:
    - DRAGON_BREATH
    - LIGHTNING
    - MAGIC
    - WITHER
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0

fire:
  priority: 10
  name: Fire Damage
  format: '&c☀ %name%: &f%value% %condition%'
  attached-damage-causes:
    - FIRE
    - FIRE_TICK
    - LAVA
    - HOT_FLOOR
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
    NETHER: 1.25
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0

poison:
  priority: 10
  name: Poison Damage
  format: '&a☣ %name%: &f%value% %condition%'
  attached-damage-causes:
    - POISON
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
    SWAMPLAND: 1.25
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0

water:
  priority: 10
  name: Water Damage
  format: '&9⚓ %name%: &f%value% %condition%'
  attached-damage-causes: [ ]
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
    OCEAN: 1.25
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0

wind:
  priority: 10
  name: Wind Damage
  format: '&7⚕ %name%: &f%value% %condition%'
  attached-damage-causes: [ ]
  on-hit-actions: { }
  biome-damage-modifier:
    PLAINS: 1.0
  entity-type-modifier:
    PIG: 1.0
  mythic-mob-faction-modifier:
    faction: 1.0




© 2015 - 2024 Weber Informatics LLC | Privacy Policy