← Torna alle classi
TalentoSatO

Cohort of Chaos

Contenuto

Puoi incanalare le forze cosmiche del caos per ottenere questi benefici:

{
  "style": "list-hang-notitle",
  "items": [
    {
      "name": "Bagliore Caotico",
      "entries": [
        "Quando ottieni un 1 o un 20 in un tiro per colpire o in un tiro salvezza, la magia del caos fluisce attraverso di te. Tira un d4 e consulta la tabella dei Bagliori Caotici per determinare cosa accade. Un bagliore dura fino alla fine del tuo turno successivo, e un nuovo bagliore non può verificarsi finché il primo non termina.",
        {
          "caption": "Bagliori Caotici",
          "colStyles": [
            "col-2 text-center",
            "col-10"
          ],
          "colLabels": [
            "d4",
            "Bagliore"
          ],
          "rows": [
            [
              "1",
              "{@b Battle Fury.} Una creatura a tua scelta che puoi vedere è colma di furia sconsiderata. Ha vantaggio ai tiri per colpire e svantaggio alle prove di caratteristica."
            ],
            [
              "2",
              "{@b Disruption Field.} Onde di energia si increspano attorno a te. Ogni creatura che inizia il suo turno entro 1,5 metri da te, o che entra in quell'area per la prima volta in un turno, subisce {@damage 1d8} danni da forza."
            ],
            [
              "3",
              "{@b Unbound.} Quando ti muovi, puoi usare parte o tutto il tuo movimento per teletrasportarti una volta, insieme a qualsiasi equipaggiamento che indossi o porti con te, fino alla distanza usata in uno spazio libero che puoi vedere."
            ],
            [
              "4",
              "{@b Wailing Winds.} Venti turbinano in una sfera di 4,5 metri di raggio centrata su di te. Tu e tutte le altre creature in quell'area avete svantaggio ai tiri salvezza di Saggezza."
            ]
          ]
        }
      ]
    }
  ]
}
Testo originale inglese

You can channel cosmic forces of chaos to gain these benefits:

{
  "type": "list",
  "style": "list-hang-notitle",
  "items": [
    {
      "type": "item",
      "name": "Chaotic Flare",
      "entries": [
        "When you roll a 1 or a 20 on an attack roll or a saving throw, the magic of chaos flows through you. Roll a d4 and consult the Chaotic Flares table to determine what happens. A flare lasts until the end of your next turn, and a new flare can't occur until after the first flare ends.",
        {
          "type": "table",
          "caption": "Chaotic Flares",
          "colStyles": [
            "col-2 text-center",
            "col-10"
          ],
          "colLabels": [
            "d4",
            "Flare"
          ],
          "rows": [
            [
              "1",
              "{@b Battle Fury.} A creature of your choice that you can see is filled with reckless fury. It has advantage on attack rolls and disadvantage on ability checks."
            ],
            [
              "2",
              "{@b Disruption Field.} Waves of energy ripple around you. Every creature that starts its turn within 5 feet of you, or that moves into that area for the first time on a turn, takes {@damage 1d8} force damage."
            ],
            [
              "3",
              "{@b Unbound.} When you move, you can use some or all of your walking speed to teleport yourself once, along with any equipment you're wearing or carrying, up to the distance used to an unoccupied space that you can see."
            ],
            [
              "4",
              "{@b Wailing Winds.} Winds swirl in a 15-foot-radius sphere centered on you. You and any other creatures in that area have disadvantage on Wisdom saving throws."
            ]
          ]
        }
      ]
    }
  ]
}