thesource-campaigns/Miau/monsters/tolkath_the_destroyer.dhall

16 lines
458 B
Plaintext

let camp = ../../package.dhall
in camp.Monster::{
, name = "Tol'kath the Destroyer"
, damage = camp.Roll::{ diceCount = Some 1, diceSides = 8 }
, hp = 22
, armor = 3
, exp = 400
, items =
[ camp.MonsterItem::{ item = ../items/amulet_of_bandacy.dhall }
, camp.MonsterItem::{ item = ../items/tolkath_battleaxe.dhall }
]
, drops =
[ ../items/sandstorm_amulet.dhall, ../items/amulet_of_bandacy.dhall ]
}