Skip to content
Xemor edited this page Jul 26, 2022 · 3 revisions

Dolphin Hero

Dolphin is one of the 34 stock heroes within Superheroes2.

The Dolphin has two skills, the granting of Dolphin's Grace to oneself and nearby allies: POTIONEFFECT, AURA(). Furthermore the consumption of ink sacs will grant regeneration: CONSUME.

Consume will grant the user a potion effect when the specified item is consumed. Aura will grant nearby allies the specified potion effect.

Default Config

Dolphin:
  colouredName: <bold><blue>Dolphin
  description: You can swim at great speeds, nearby players are given dolphins grace!
    Ink Sacs are consumable.
  skills:
    dolphinsGrace:
      skill: POTIONEFFECT
      type: DOLPHINS_GRACE
      potency: 4
    waterBreathing:
      skill: POTIONEFFECT
      type: WATER_BREATHING
      potency: 1
    inkSacEat:
      skill: CONSUME
      type: REGENERATION
      potency: 0
      duration: 5
      material: INK_SAC
      hunger: 2
    aura:
      skill: AURA
      type: DOLPHINS_GRACE
      potency: 1
      duration: 5
      radius: 10
    OHKOSquid:
      skill: OHKO
      entityTypes:
      - SQUID