Merge branch 'bradl/monster-scrape-nodejs' into 'master'

monsters immunities had html in them for links

See merge request jrmiller82/pathfinder-2-sqlite!62
bradl/monster-skills-parse
Brad Laney 2021-01-12 07:08:11 +00:00
commit d385921241
871 changed files with 12239 additions and 23481 deletions

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 6 rounds maximum_duration: 6 rounds
name: Serpentfolk Venom name: Serpentfolk Venom
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Slithering Attack name: Slithering Attack
range: null range: null
@ -70,8 +66,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -115,32 +109,29 @@ level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+6 - formula: 1d6+6
type: slashing type: slashing
name: scimitar name: scimitar
plus_damage: null
to_hit: 11 to_hit: 11
traits: traits:
- forceful - forceful
- sweep - sweep
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+6 - formula: 1d8+6
type: piercing type: piercing
name: fangs
plus_damage:
- formula: null - formula: null
type: serpentfolk venom type: serpentfolk venom
name: fangs
to_hit: 11 to_hit: 11
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+6 - formula: 1d6+6
type: bludgeoning type: bludgeoning
name: tail
plus_damage:
- formula: null - formula: null
type: Knockdown type: Knockdown
name: tail
to_hit: 11 to_hit: 11
traits: traits:
- agile - agile

View File

@ -15,33 +15,51 @@ automatic_abilities:
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: null description: null
effect: 'The scion gains a +2 circumstance bonus to the saving throw. effect: The scion gains a +2 circumstance bonus to the saving throw.
**Glimpse of Redemption** [Reaction]'
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Divine Grace name: Divine Grace
range: null range: null
raw_description: "**Divine Grace** [Reaction] **Trigger** The angelkin is targeted\ raw_description: '**Divine Grace** [Reaction] **Trigger** The angelkin is targeted
\ by a spell that allows a saving throw. **Effect** The scion gains a +2 circumstance\ by a spell that allows a saving throw. **Effect** The scion gains a +2 circumstance
\ bonus to the saving throw.\n\n**Glimpse of Redemption** **Trigger** An enemy\ bonus to the saving throw.'
\ damages one of the angelkin's allies. Both the enemy and ally must be within\
\ 15 feet of the angelkin. **Effect** The angelkin causes its foe to hesitate\
\ under the weight of its sins as visions of possible redemption play out in its\
\ mind's eye. The foe chooses one of two options:\n\n * The ally is completely\
\ unharmed by the triggering damage.\n\n * The ally gains resistance 7 to all\
\ damage against the triggering damage. After the damaging effect resolves, the\
\ enemy becomes enfeebled 2 until the end of its next turn. **Shield Block**"
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The angelkin is targeted by a spell that allows a saving throw. trigger: The angelkin is targeted by a spell that allows a saving throw.
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: "The angelkin causes its foe to hesitate under the weight of its sins as\
\ visions of possible redemption play out in its mind's eye. The foe chooses one\
\ of two options:\n\n * The ally is completely unharmed by the triggering damage.\n\
\n * The ally gains resistance 7 to all damage against the triggering damage.\
\ After the damaging effect resolves, the enemy becomes enfeebled 2 until the\
\ end of its next turn. **Shield Block** [Reaction]"
failure: null
frequency: null
maximum_duration: null
name: Glimpse of Redemption
range: null
raw_description: "**Glimpse of Redemption** [Reaction] **Trigger** An enemy damages\
\ one of the angelkin's allies. Both the enemy and ally must be within 15 feet\
\ of the angelkin. **Effect** The angelkin causes its foe to hesitate under the\
\ weight of its sins as visions of possible redemption play out in its mind's\
\ eye. The foe chooses one of two options:\n\n * The ally is completely unharmed\
\ by the triggering damage.\n\n * The ally gains resistance 7 to all damage against\
\ the triggering damage. After the damaging effect resolves, the enemy becomes\
\ enfeebled 2 until the end of its next turn. **Shield Block**"
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: An enemy damages one of the angelkin's allies. Both the enemy and ally
must be within 15 feet of the angelkin.
description: 'Mortals whose ancestry has been influenced by celestials are known as description: 'Mortals whose ancestry has been influenced by celestials are known as
aasimars, and angelkin, who have blood of angels coursing through their veins, are aasimars, and angelkin, who have blood of angels coursing through their veins, are
among the most common type of them. Many angelkin seek adventure as a means of doing among the most common type of them. Many angelkin seek adventure as a means of doing
@ -65,10 +83,9 @@ level: 5
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+7 - formula: 1d8+7
type: slashing type: slashing
name: longsword name: longsword
plus_damage: null
to_hit: 15 to_hit: 15
traits: traits:
- versatile P - versatile P
@ -77,12 +94,11 @@ perception: 11
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+3 - formula: 1d8+3
type: piercing type: piercing
name: crossbow
plus_damage:
- formula: null - formula: null
type: Knockdown type: Knockdown
name: crossbow
to_hit: 12 to_hit: 12
traits: traits:
- range increment 120 feet - range increment 120 feet

View File

@ -11,12 +11,10 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: ; **1st** __abyssal pact__ description: '**1st** __abyssal pact__'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Divine Rituals name: Divine Rituals
range: null range: null
@ -38,8 +36,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mutilating Bite name: Mutilating Bite
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wreck name: Wreck
range: null range: null
@ -99,8 +93,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Hatred of Mirrors name: Hatred of Mirrors
range: null range: null
@ -146,21 +138,19 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+4 - formula: 2d6+4
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 14 to_hit: 14
traits: traits:
- agile - agile
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d6+4 - formula: 3d6+4
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: mutilating bite type: mutilating bite
name: jaws
to_hit: 14 to_hit: 14
traits: null traits: null
name: Abrikandilu name: Abrikandilu
@ -168,10 +158,9 @@ perception: 10
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+4 - formula: 2d6+4
type: bludgeoning type: bludgeoning
name: hurled debris name: hurled debris
plus_damage: null
to_hit: 11 to_hit: 11
traits: traits:
- range increment 20 feet - range increment 20 feet

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Destructive Strike name: Destructive Strike
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
failure: The resisting creature is damaged and its armor takes damage as if hit failure: The resisting creature is damaged and its armor takes damage as if hit
by the adamantine golem's fist. by the adamantine golem's fist.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Inexorable March name: Inexorable March
range: null range: null
@ -74,8 +70,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Self-Repair name: Self-Repair
range: null range: null
@ -97,8 +91,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Vent name: Vent
range: null range: null
@ -118,50 +110,70 @@ automatic_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: 'harmed by acid (9d10, 2d10 from areas or persistent damage); healed description: harmed by acid (9d10, 2d10 from areas or persistent damage); healed
by fire (area 2d10 HP); slowed by electricity by fire (area 2d10 HP); slowed by electricity
**Repair Mode** When the adamantine golem is at 0 HP, it isn''t destroyed. Instead,
it enters repair mode, during which it is slowed 1, can''t take reactions, and
can take only the Self-Repair action. Once it has more than 30 HP, it can use
any type of action and can use reactions, though it remains slowed 1 and can''t
take any reactions until the start of its next turn. If a critical hit with an
adamantine vorpal weapon reduces the golem to 0 HP, or if such a weapon hits it
while it''s already at 0 HP, then the golem is destroyed.
**Vulnerable to Dispelling** The golem can be targeted by __disjunction__ and
__dispel magic__. If targeted by such a spell of 9th level or higher, the golem
has its resistance to physical damage lowered to 15 and is slowed 1 (or slowed
2 if in repair mode) for 1d4 rounds. During this time, if the golem is reduced
to 0 HP while already in repair mode, it is destroyed.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Golem Antimagic name: Golem Antimagic
range: null range: null
raw_description: '**Golem Antimagic** harmed by acid (9d10, 2d10 from areas or persistent raw_description: '**Golem Antimagic** harmed by acid (9d10, 2d10 from areas or persistent
damage); healed by fire (area 2d10 HP); slowed by electricity damage); healed by fire (area 2d10 HP); slowed by electricity'
requirements: null
saving_throw: null
**Repair Mode** When the adamantine golem is at 0 HP, it isn''t destroyed. Instead, stages: null
it enters repair mode, during which it is slowed 1, can''t take reactions, and success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: When the adamantine golem is at 0 HP, it isn't destroyed. Instead,
it enters repair mode, during which it is slowed 1, can't take reactions, and
can take only the Self-Repair action. Once it has more than 30 HP, it can use can take only the Self-Repair action. Once it has more than 30 HP, it can use
any type of action and can use reactions, though it remains slowed 1 and can''t any type of action and can use reactions, though it remains slowed 1 and can't
take any reactions until the start of its next turn. If a critical hit with an take any reactions until the start of its next turn. If a critical hit with an
adamantine vorpal weapon reduces the golem to 0 HP, or if such a weapon hits it adamantine vorpal weapon reduces the golem to 0 HP, or if such a weapon hits it
while it''s already at 0 HP, then the golem is destroyed. while it's already at 0 HP, then the golem is destroyed.
effect: null
failure: null
**Vulnerable to Dispelling** The golem can be targeted by __disjunction__ and frequency: null
__dispel magic__. If targeted by such a spell of 9th level or higher, the golem maximum_duration: null
has its resistance to physical damage lowered to 15 and is slowed 1 (or slowed name: Repair Mode
2 if in repair mode) for 1d4 rounds. During this time, if the golem is reduced range: null
to 0 HP while already in repair mode, it is destroyed.' raw_description: '**Repair Mode** When the adamantine golem is at 0 HP, it isn''t
destroyed. Instead, it enters repair mode, during which it is slowed 1, can''t
take reactions, and can take only the Self-Repair action. Once it has more than
30 HP, it can use any type of action and can use reactions, though it remains
slowed 1 and can''t take any reactions until the start of its next turn. If a
critical hit with an adamantine vorpal weapon reduces the golem to 0 HP, or if
such a weapon hits it while it''s already at 0 HP, then the golem is destroyed.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The golem can be targeted by __disjunction__ and __dispel magic__.
If targeted by such a spell of 9th level or higher, the golem has its resistance
to physical damage lowered to 15 and is slowed 1 (or slowed 2 if in repair mode)
for 1d4 rounds. During this time, if the golem is reduced to 0 HP while already
in repair mode, it is destroyed.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Vulnerable to Dispelling
range: null
raw_description: '**Vulnerable to Dispelling** The golem can be targeted by __disjunction__
and __dispel magic__. If targeted by such a spell of 9th level or higher, the
golem has its resistance to physical damage lowered to 15 and is slowed 1 (or
slowed 2 if in repair mode) for 1d4 rounds. During this time, if the golem is
reduced to 0 HP while already in repair mode, it is destroyed.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -201,12 +213,11 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+17 - formula: 3d10+17
type: bludgeoning type: bludgeoning
name: fist
plus_damage:
- formula: null - formula: null
type: destructive strike type: destructive strike
name: fist
to_hit: 35 to_hit: 35
traits: traits:
- deadly 3d12 - deadly 3d12

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
This doesn't affect liquids in a creature's body. This doesn't affect liquids in a creature's body.
failure: null failure: null
frequency: Once per day frequency: Once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Corrupt Water name: Corrupt Water
range: null range: null
@ -74,8 +70,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -95,8 +89,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -116,15 +108,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon Strikes with its tail at the triggering creature at a 2 penalty. effect: null
If it hits, the creature takes a 2 circumstance penalty to the triggering roll.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -141,7 +130,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 28
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -149,8 +138,29 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon Strikes with its tail at the triggering creature at a 2 penalty.
If it hits, the creature takes a 2 circumstance penalty to the triggering roll.
failure: null
frequency: null
maximum_duration: null
name: Tail Lash
range: null
raw_description: '**Tail Lash** [Reaction] **Trigger** A creature within reach of
the dragon''s tail takes an action to Strike or attempt a skill check; **Effect**
The dragon Strikes with its tail at the triggering creature at a 2 penalty. If
it hits, the creature takes a 2 circumstance penalty to the triggering roll.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the dragon's tail takes an action to Strike trigger: A creature within reach of the dragon's tail takes an action to Strike
or attempt a skill check; or attempt a skill check
description: 'Murderous tyrants of marshes, swamps, bogs, and fens, black dragons description: 'Murderous tyrants of marshes, swamps, bogs, and fens, black dragons
terrorize their domains with intense fervor. Gleefully sadistic, they rule their terrorize their domains with intense fervor. Gleefully sadistic, they rule their
fetid principalities from a deep cave or otherwise isolated part of the swamp with fetid principalities from a deep cave or otherwise isolated part of the swamp with
@ -196,12 +206,11 @@ level: 11
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+13 - formula: 2d12+13
type: piercing type: piercing
- formula: 2d6
type: acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d6 acid
to_hit: 25 to_hit: 25
traits: traits:
- acid - acid
@ -209,30 +218,27 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- agile - agile
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+11 - formula: 2d12+11
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 23 to_hit: 23
traits: traits:
- magical - magical
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d10+11 - formula: 1d10+11
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 23 to_hit: 23
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -46,8 +44,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desert Thirst name: Desert Thirst
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -93,8 +87,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -114,16 +106,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against effect: null
the triggering attack. If the dragon is Flying, it descends 10 feet after the
attack is complete.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -140,7 +128,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 32
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -148,6 +136,28 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is Flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The dragon is targeted
with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is Flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The dragon is targeted with an attack. trigger: The dragon is targeted with an attack.
description: 'Blue dragons are the sleek and poised cosmopolitans of the chromatic description: 'Blue dragons are the sleek and poised cosmopolitans of the chromatic
dragons. Their brand of evil is organized, manipulative, and regal. Blue dragons dragons. Their brand of evil is organized, manipulative, and regal. Blue dragons
@ -205,12 +215,11 @@ level: 13
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: piercing type: piercing
- formula: 1d12
type: electricity
name: jaws name: jaws
plus_damage:
- formula: null
type: 1d12 electricity
to_hit: 27 to_hit: 27
traits: traits:
- electricity - electricity
@ -218,10 +227,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- magical - magical
@ -229,20 +237,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+10 - formula: 3d8+10
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+10 - formula: 2d8+10
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- magical - magical
@ -267,8 +273,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Sound Imitation name: Sound Imitation
range: null range: null

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
failure). failure).
failure: null failure: null
frequency: three times per day. frequency: three times per day.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desert Wind name: Desert Wind
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -93,8 +87,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -114,16 +106,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against effect: null
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -140,7 +128,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 28
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -148,6 +136,28 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The dragon is targeted
with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The dragon is targeted with an attack. trigger: The dragon is targeted with an attack.
description: 'Brass dragons are whimsical tricksters who delight in humor and play. description: 'Brass dragons are whimsical tricksters who delight in humor and play.
They particularly enjoy conversations with humans and other civilized humanoids, They particularly enjoy conversations with humans and other civilized humanoids,
@ -205,12 +215,11 @@ level: 11
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+12 - formula: 2d10+12
type: piercing type: piercing
- formula: 2d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d6 fire
to_hit: 24 to_hit: 24
traits: traits:
- fire - fire
@ -218,20 +227,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+12 - formula: 2d10+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- agile - agile
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d12+10 - formula: 1d12+10
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 22 to_hit: 22
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -84,8 +78,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desiccating Bite name: Desiccating Bite
range: null range: null
@ -109,8 +101,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -148,8 +138,6 @@ automatic_abilities:
action is disrupted. action is disrupted.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Brine Spit name: Brine Spit
range: null range: null
@ -162,8 +150,8 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature the brine dragon observes within 30 feet uses a concentrate trigger: A creature the brine dragon observes within 30 feet uses a __concentrate__
action; action
description: 'Brine dragons are usually blue-green in color, with shiny scales, crests description: 'Brine dragons are usually blue-green in color, with shiny scales, crests
that help them glide through the water, and sweeping neck frills. They care little that help them glide through the water, and sweeping neck frills. They care little
for either good or evil. As they are both opinionated and willing to impose their for either good or evil. As they are both opinionated and willing to impose their
@ -205,8 +193,8 @@ hp: 222
hp_misc: null hp_misc: null
immunities: immunities:
- acid - acid
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Aquan - Aquan
- Common - Common
@ -216,12 +204,11 @@ level: 12
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+12 - formula: 3d10+12
type: piercing type: piercing
- formula: 3d4
type: acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d4 acid
to_hit: 26 to_hit: 26
traits: traits:
- acid - acid
@ -229,10 +216,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 26 to_hit: 26
traits: traits:
- agile - agile
@ -240,20 +226,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+12 - formula: 3d12+12
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d12+12 - formula: 1d12+12
type: piercing type: piercing
name: wing name: wing
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- magical - magical

View File

@ -22,8 +22,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -90,8 +84,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Water Mastery name: Water Mastery
range: null range: null
@ -109,35 +101,95 @@ active_abilities:
trigger: null trigger: null
alignment: LG alignment: LG
automatic_abilities: automatic_abilities:
- action_cost: None
critical_failure: null
critical_success: null
description: ', 1d12 electricity damage. The bronze dragon can turn this aura on
or off using a single action, which has the concentrate trait, and it can choose
to not affect allies with the aura.'
effect: null
failure: null
frequency: null
maximum_duration: null
name: Electricity Aura
range: 10 feet
raw_description: '**Electricity Aura** (__aura__, __electricity__) 10 feet, 1d12
electricity damage. The bronze dragon can turn this aura on or off using a single
action, which has the concentrate trait, and it can choose to not affect allies
with the aura.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- aura
- electricity
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Critical Success** The creature is unaffected by the presence.
**Success** The creature is __frightened 1__.
**Failure** The creature is __frightened 2__.
**Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 31
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: Jaws only. description: Jaws only.
effect: null effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Electricity Aura name: Attack of Opportunity
range: null range: null
raw_description: '**Electricity Aura** (__aura__, __electricity__) 10 feet, 1d12 raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
electricity damage. The bronze dragon can turn this aura on or off using a single your reach uses a manipulate action or a move action, makes a ranged attack, or
action, which has the concentrate trait, and it can choose to not affect allies leaves a square during a move action it''s using. **Effect** You lash out at a
with the aura. foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet, and your multiple attack penalty doesn''t apply to this Strike.'
DC 31
**Attack of Opportunity**[Reaction] Jaws only.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: null trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
description: 'Bronze dragons are among the most common of metallic dragons and the description: 'Bronze dragons are among the most common of metallic dragons and the
most likely to ally with mortals on worthy quests. However, they are naturally scholarly most likely to ally with mortals on worthy quests. However, they are naturally scholarly
creatures who would rather remain in their lairs studying esoteric lore than go creatures who would rather remain in their lairs studying esoteric lore than go
@ -186,12 +238,11 @@ level: 13
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+15 - formula: 2d12+15
type: piercing type: piercing
- formula: 1d12
type: electricity
name: jaws name: jaws
plus_damage:
- formula: null
type: 1d12 electricity
to_hit: 28 to_hit: 28
traits: traits:
- electricity - electricity
@ -199,10 +250,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+15 - formula: 2d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 28 to_hit: 28
traits: traits:
- agile - agile
@ -210,10 +260,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d10+13 - formula: 1d10+13
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 26 to_hit: 26
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -44,8 +42,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Form name: Cloud Form
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Walk name: Cloud Walk
range: null range: null
@ -89,8 +83,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -110,8 +102,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -134,8 +124,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -175,8 +163,6 @@ automatic_abilities:
triggering attack. triggering attack.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Deflecting Cloud name: Deflecting Cloud
range: null range: null
@ -192,8 +178,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The dragon is the target of a ranged attack; Requirements The dragon is trigger: The dragon is the target of a ranged attack
aware of the attack and has a free wing;
description: 'At heart, cloud dragons are wanderers, explorers, and travelers who description: 'At heart, cloud dragons are wanderers, explorers, and travelers who
enjoy nothing more than seeing new lands and meeting unusual creatures. Cloud dragons enjoy nothing more than seeing new lands and meeting unusual creatures. Cloud dragons
range in color from light blue to a pale, milky white and have thick, curling horns range in color from light blue to a pale, milky white and have thick, curling horns
@ -239,8 +224,8 @@ hp: 254
hp_misc: null hp_misc: null
immunities: immunities:
- electricity - electricity
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Auran - Auran
- Common - Common
@ -250,12 +235,11 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: piercing type: piercing
- formula: 2d12
type: electricity
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d12 electricity
to_hit: 29 to_hit: 29
traits: traits:
- electricity - electricity
@ -263,10 +247,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- agile - agile
@ -274,20 +257,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+15 - formula: 3d12+15
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+13 - formula: 2d12+13
type: piercing type: piercing
name: horn name: horn
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- deadly d10 - deadly d10
@ -314,8 +295,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mist Vision name: Mist Vision
range: null range: null

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -46,8 +44,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Climb Stone name: Climb Stone
range: null range: null
@ -66,8 +62,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -87,8 +81,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -108,15 +100,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it effect: null
hits, the dragon disrupts the triggering action.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -133,7 +122,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 29
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -141,6 +130,27 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it
hits, the dragon disrupts the triggering action.
failure: null
frequency: null
maximum_duration: null
name: Twisting Tail
range: null
raw_description: '**Twisting Tail** [Reaction] **Trigger** A creature within reach
of the copper dragon''s tail uses a move action or leaves a square during a move
action it''s using. **Effect** The dragon makes a tail Strike at the creature
with a 2 penalty. If it hits, the dragon disrupts the triggering action.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the copper dragon's tail uses a move action trigger: A creature within reach of the copper dragon's tail uses a move action
or leaves a square during a move action it's using. or leaves a square during a move action it's using.
description: 'Capricious and always eager to share a good laugh, copper dragons are description: 'Capricious and always eager to share a good laugh, copper dragons are
@ -191,12 +201,11 @@ level: 12
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: piercing type: piercing
- formula: 2d8
type: acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d8 acid
to_hit: 26 to_hit: 26
traits: traits:
- acid - acid
@ -204,20 +213,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 26 to_hit: 26
traits: traits:
- agile - agile
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+10 - formula: 2d8+10
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -35,81 +33,11 @@ active_abilities:
- primal - primal
trigger: null trigger: null
- action_cost: Free Action - action_cost: Free Action
critical_failure: null critical_failure: As failure, but the target is initially slowed 2.
critical_success: null critical_success: The target is unaffected.
description: null description: null
effect: The dragon embeds transformative crystals in the creature's flesh. The creature effect: The dragon embeds transformative crystals in the creature's flesh. The creature
must attempt a DC 30 Fortitude save. must attempt a DC 30 Fortitude save.
failure: null
frequency: once per day
full_description: null
generic_description: null
maximum_duration: null
name: Crystallize Flesh
range: null
raw_description: '**Crystallize Flesh** [Free Action] (__primal__, __transmutation__)
**Trigger **The crystal dragon damages a creature made of flesh with a jaws Strike;
**Frequency **once per day; **Effect **The dragon embeds transformative crystals
in the creature''s flesh. The creature must attempt a DC 30 Fortitude save.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- primal
- transmutation
trigger: The crystal dragon damages a creature made of flesh with a jaws Strike;
- action_cost: None
critical_failure: null
critical_success: The target is unaffected.
description: The target is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The target is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is __slowed 1__ for 1 round as portions of its flesh turn
crystalline.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The target is __slowed 1__ for 1 round as portions
of its flesh turn crystalline.'
requirements: null
saving_throw: null
stages: null
success: The target is __slowed 1__ for 1 round as portions of its flesh turn crystalline.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is slowed 1 and must attempt a Fortitude save at the end
of each of its turns; this ongoing save has the __incapacitation__ trait. On a
failed save, the slowed condition value increases by 1 (or by 2 on a critical
failure). A successful save reduces the slowed condition value by 1. A creature
unable to act due to the slowed condition from Crystallize Flesh is __petrified__
permanently, transforming into a crystalline statue. The effect ends if the creature
is petrified or the slowed condition is removed.
effect: null
failure: The target is slowed 1 and must attempt a Fortitude save at the end of failure: The target is slowed 1 and must attempt a Fortitude save at the end of
each of its turns; this ongoing save has the __incapacitation__ trait. On a failed each of its turns; this ongoing save has the __incapacitation__ trait. On a failed
save, the slowed condition value increases by 1 (or by 2 on a critical failure). save, the slowed condition value increases by 1 (or by 2 on a critical failure).
@ -117,45 +45,41 @@ active_abilities:
act due to the slowed condition from Crystallize Flesh is __petrified__ permanently, act due to the slowed condition from Crystallize Flesh is __petrified__ permanently,
transforming into a crystalline statue. The effect ends if the creature is petrified transforming into a crystalline statue. The effect ends if the creature is petrified
or the slowed condition is removed. or the slowed condition is removed.
frequency: null frequency: once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Failure name: Crystallize Flesh
range: null range: null
raw_description: '**Failure **The target is slowed 1 and must attempt a Fortitude raw_description: '**Crystallize Flesh** [Free Action] (__primal__, __transmutation__)
save at the end of each of its turns; this ongoing save has the __incapacitation__ **Trigger **The crystal dragon damages a creature made of flesh with a jaws Strike;
trait. On a failed save, the slowed condition value increases by 1 (or by 2 on **Frequency **once per day; **Effect **The dragon embeds transformative crystals
a critical failure). A successful save reduces the slowed condition value by 1. in the creature''s flesh. The creature must attempt a DC 30 Fortitude save.
A creature unable to act due to the slowed condition from Crystallize Flesh is
__petrified__ permanently, transforming into a crystalline statue. The effect
ends if the creature is petrified or the slowed condition is removed.' **Critical Success **The target is unaffected.
**Success **The target is __slowed 1__ for 1 round as portions of its flesh turn
crystalline.
**Failure **The target is slowed 1 and must attempt a Fortitude save at the end
of each of its turns; this ongoing save has the __incapacitation__ trait. On a
failed save, the slowed condition value increases by 1 (or by 2 on a critical
failure). A successful save reduces the slowed condition value by 1. A creature
unable to act due to the slowed condition from Crystallize Flesh is __petrified__
permanently, transforming into a crystalline statue. The effect ends if the creature
is petrified or the slowed condition is removed.
**Critical Failure **As failure, but the target is initially slowed 2.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The target is __slowed 1__ for 1 round as portions of its flesh turn crystalline.
traits: null traits:
trigger: null - primal
- action_cost: None - transmutation
critical_failure: As failure, but the target is initially slowed 2. trigger: The crystal dragon damages a creature made of flesh with a jaws Strike
critical_success: null
description: As failure, but the target is initially slowed 2.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **As failure, but the target is initially slowed
2.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -163,8 +87,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -184,8 +106,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -208,8 +128,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -246,8 +164,6 @@ automatic_abilities:
hits, the dragon disrupts the creature's action. hits, the dragon disrupts the creature's action.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Twisting Tail name: Twisting Tail
range: null range: null
@ -260,8 +176,8 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature within reach of the dragon's tail uses a move action or leaves trigger: A creature within reach of the dragon's tail uses a __move__ action or
a square during a move action it's using; leaves a square during a move action it's using
description: 'Good-natured but vain, crystal dragons are beautiful creatures with description: 'Good-natured but vain, crystal dragons are beautiful creatures with
brilliant hides made of multicolored crystal and gemstone. Their beauty is a source brilliant hides made of multicolored crystal and gemstone. Their beauty is a source
of great pride but is also something of a weakness, as crystal dragons are easily of great pride but is also something of a weakness, as crystal dragons are easily
@ -303,8 +219,8 @@ description: 'Good-natured but vain, crystal dragons are beautiful creatures wit
hp: 185 hp: 185
hp_misc: null hp_misc: null
immunities: immunities:
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Common - Common
- Draconic - Draconic
@ -314,22 +230,20 @@ level: 11
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+13 - formula: 2d8+13
type: slashing type: slashing
- formula: 3d6
type: piercing
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 piercing
to_hit: 24 to_hit: 24
traits: traits:
- sonic - sonic
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+13 - formula: 2d8+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- agile - agile
@ -337,10 +251,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d10+13 - formula: 1d10+13
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 22 to_hit: 22
traits: traits:
- magical - magical

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -90,16 +84,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon improves its result by one degree of success, turning a failure effect: null
into a success or a critical failure into a normal failure. The dragon can't use
this ability again for 1d4 rounds.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -116,7 +106,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 33
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -124,6 +114,56 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: Jaws only.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon improves its result by one degree of success, turning a failure
into a success or a critical failure into a normal failure. The dragon can't use
this ability again for 1d4 rounds.
failure: null
frequency: null
maximum_duration: null
name: Golden Luck
range: null
raw_description: '**Golden Luck** [Reaction] **Trigger** The gold dragon fails a
saving throw. **Effect** The dragon improves its result by one degree of success,
turning a failure into a success or a critical failure into a normal failure.
The dragon can''t use this ability again for 1d4 rounds.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The gold dragon fails a saving throw. trigger: The gold dragon fails a saving throw.
description: 'Gold dragons are the epitome of metallic dragonkind, unrivaled in their description: 'Gold dragons are the epitome of metallic dragonkind, unrivaled in their
strength as well as their wisdom. They command the unwavering reverence of all other strength as well as their wisdom. They command the unwavering reverence of all other
@ -199,12 +239,11 @@ level: 15
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+15 - formula: 3d12+15
type: piercing type: piercing
- formula: 3d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 fire
to_hit: 30 to_hit: 30
traits: traits:
- fire - fire
@ -212,10 +251,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 30 to_hit: 30
traits: traits:
- agile - agile
@ -223,20 +261,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+13 - formula: 3d10+13
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 28 to_hit: 28
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+13 - formula: 2d12+13
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 28 to_hit: 28
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -84,8 +78,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trackless Step name: Trackless Step
range: null range: null
@ -105,8 +97,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Woodland Stride name: Woodland Stride
range: null range: null
@ -126,15 +116,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it effect: null
hits, the dragon disrupts the creature's action.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -151,7 +138,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 31
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -159,6 +146,27 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it
hits, the dragon disrupts the creature's action.
failure: null
frequency: null
maximum_duration: null
name: Twisting Tail
range: null
raw_description: '**Twisting Tail** [Reaction] **Trigger** A creature within reach
of the dragon''s tail uses a move action or leaves a square during a move action
it''s using. **Effect** The dragon makes a tail Strike at the creature with a
2 penalty. If it hits, the dragon disrupts the creature''s action.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the dragon's tail uses a move action or leaves trigger: A creature within reach of the dragon's tail uses a move action or leaves
a square during a move action it's using. a square during a move action it's using.
description: 'Green dragons are the most contemplative of the chromatic dragons as description: 'Green dragons are the most contemplative of the chromatic dragons as
@ -218,12 +226,11 @@ level: 12
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+12 - formula: 3d10+12
type: piercing type: piercing
- formula: 3d4
type: poison
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d4 poison
to_hit: 26 to_hit: 26
traits: traits:
- magical - magical
@ -231,10 +238,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+12 - formula: 3d8+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 26 to_hit: 26
traits: traits:
- agile - agile
@ -242,20 +248,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+10 - formula: 3d8+10
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+10 - formula: 2d8+10
type: piercing type: piercing
name: horn name: horn
plus_damage: null
to_hit: 24 to_hit: 24
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -84,8 +78,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Magma Swim name: Magma Swim
range: null range: null
@ -107,8 +99,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Volcanic Purge name: Volcanic Purge
range: null range: null
@ -134,8 +124,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -173,8 +161,6 @@ automatic_abilities:
attack. attack.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wing Deflection name: Wing Deflection
range: null range: null
@ -187,7 +173,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The dragon is targeted with an attack; trigger: The dragon is targeted with an attack
description: 'Magma dragons have a reputation among other dragons for being unpredictable description: 'Magma dragons have a reputation among other dragons for being unpredictable
and brash. Their temperament and tendency for violent outbursts ensure that the and brash. Their temperament and tendency for violent outbursts ensure that the
typical magma dragon lives a solitary life, with hatchlings often bickering or fighting typical magma dragon lives a solitary life, with hatchlings often bickering or fighting
@ -215,8 +201,8 @@ hp: 270
hp_misc: null hp_misc: null
immunities: immunities:
- fire - fire
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Common - Common
- Draconic - Draconic
@ -226,12 +212,11 @@ level: 13
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+12 - formula: 3d10+12
type: piercing type: piercing
- formula: 3d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 fire
to_hit: 27 to_hit: 27
traits: traits:
- fire - fire
@ -239,10 +224,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+12 - formula: 3d10+12
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- agile - agile
@ -250,20 +234,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+12 - formula: 3d12+12
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+12 - formula: 2d10+12
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -78,33 +72,93 @@ active_abilities:
trigger: null trigger: null
alignment: CE alignment: CE
automatic_abilities: automatic_abilities:
- action_cost: Reaction - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: Jaws only. description: 5 feet, 3d6 fire damage (DC 30 basic Reflex)
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dragon Heat name: Dragon Heat
range: null range: null
raw_description: '**Dragon Heat** (__arcane__, __aura__, __evocation__, __fire__); raw_description: '**Dragon Heat** (__arcane__, __aura__, __evocation__, __fire__);
5 feet, 3d6 fire damage (DC 30 basic Reflex) 5 feet, 3d6 fire damage (DC 30 basic Reflex)'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- evocation
- fire
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet, **Critical Success** The creature is unaffected by the presence.
DC 33
**Attack of Opportunity** [Reaction] Jaws only.' **Success** The creature is __frightened 1__.
**Failure** The creature is __frightened 2__.
**Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 33
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: Jaws only.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: null trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
description: 'The largest and most powerful of the chromatic dragons, red dragons description: 'The largest and most powerful of the chromatic dragons, red dragons
are a menace to civilizations everywhere, and their strength is rivaled only by are a menace to civilizations everywhere, and their strength is rivaled only by
their arrogance. Red dragons see themselves as regents and overlords of all dragonkind. their arrogance. Red dragons see themselves as regents and overlords of all dragonkind.
@ -160,12 +214,11 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+15 - formula: 3d12+15
type: piercing type: piercing
- formula: 2d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d6 fire
to_hit: 29 to_hit: 29
traits: traits:
- fire - fire
@ -173,10 +226,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- agile - agile
@ -184,20 +236,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+13 - formula: 3d12+13
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- agile - agile
@ -223,8 +273,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Smoke Vision name: Smoke Vision
range: null range: null

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -47,8 +45,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Walk name: Cloud Walk
range: null range: null
@ -68,8 +64,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -89,8 +83,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -110,16 +102,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against effect: null
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -136,7 +124,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 33
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -144,6 +132,28 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The silver dragon is
targeted with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The silver dragon is targeted with an attack. trigger: The silver dragon is targeted with an attack.
description: 'Silver dragons are among the most chivalrous of all dragonkind; they description: 'Silver dragons are among the most chivalrous of all dragonkind; they
wield frost and cold as weapons, can walk on clouds, and dwell high upon snowy mountain wield frost and cold as weapons, can walk on clouds, and dwell high upon snowy mountain
@ -205,12 +215,11 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+13 - formula: 3d10+13
type: piercing type: piercing
- formula: 3d6
type: cold
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 cold
to_hit: 29 to_hit: 29
traits: traits:
- cold - cold
@ -218,10 +227,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+13 - formula: 3d8+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- agile - agile
@ -229,10 +237,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+11 - formula: 2d10+11
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 27 to_hit: 27
traits: traits:
- magical - magical
@ -256,8 +263,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Fog Vision name: Fog Vision
range: null range: null

View File

@ -9,8 +9,9 @@ ac: 37
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: The creature is enfeebled 2 for 1 minute and __blinded__ for 1
critical_success: null round.
critical_success: The creature is unaffected.
description: "The umbral dragon breathes in one of two ways. They can't use Breath\ description: "The umbral dragon breathes in one of two ways. They can't use Breath\
\ Weapon again for 1d4 rounds.\n\n * **Negative **(__necromancy__, __negative__,\ \ Weapon again for 1d4 rounds.\n\n * **Negative **(__necromancy__, __negative__,\
\ __primal__) The dragon breathes a blast of darkness in a 40-foot cone that deals\ \ __primal__) The dragon breathes a blast of darkness in a 40-foot cone that deals\
@ -19,10 +20,8 @@ active_abilities:
\ __shadow__) The dragon breathes a blast of shadows in a 40-foot cone. Each creature\ \ __shadow__) The dragon breathes a blast of shadows in a 40-foot cone. Each creature\
\ within the cone must attempt a DC 36 Fortitude save." \ within the cone must attempt a DC 36 Fortitude save."
effect: null effect: null
failure: null failure: The creature is enfeebled 2 for 1 minute.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -33,91 +32,16 @@ active_abilities:
\ save). Undead creatures take 19d6 force damage instead of the negative damage.\n\ \ save). Undead creatures take 19d6 force damage instead of the negative damage.\n\
\n * **Shadows **(__necromancy__, __primal__, __shadow__) The dragon breathes\ \n * **Shadows **(__necromancy__, __primal__, __shadow__) The dragon breathes\
\ a blast of shadows in a 40-foot cone. Each creature within the cone must attempt\ \ a blast of shadows in a 40-foot cone. Each creature within the cone must attempt\
\ a DC 36 Fortitude save." \ a DC 36 Fortitude save.\n\n**Critical Success **The creature is unaffected.\n\
requirements: null \n**Success **The creature is __enfeebled 2__ for 1 round.\n\n**Failure **The\
saving_throw: null \ creature is enfeebled 2 for 1 minute.\n\n**Critical Failure **The creature is\
stages: null \ enfeebled 2 for 1 minute and __blinded__ for 1 round."
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected.
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __enfeebled 2__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The creature is __enfeebled 2__ for 1 round.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: The creature is __enfeebled 2__ for 1 round. success: The creature is __enfeebled 2__ for 1 round.
traits: null traits: null
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is enfeebled 2 for 1 minute.
effect: null
failure: The creature is enfeebled 2 for 1 minute.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The creature is enfeebled 2 for 1 minute.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The creature is enfeebled 2 for 1 minute and __blinded__ for 1
round.
critical_success: null
description: The creature is enfeebled 2 for 1 minute and __blinded__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **The creature is enfeebled 2 for 1 minute
and __blinded__ for 1 round.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -125,8 +49,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -146,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -168,8 +88,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ghost Bane name: Ghost Bane
range: null range: null
@ -193,8 +111,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -234,8 +150,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -286,8 +200,8 @@ hp: 275
hp_misc: null hp_misc: null
immunities: immunities:
- negative - negative
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Common - Common
- Draconic - Draconic
@ -297,22 +211,20 @@ level: 15
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+14 - formula: 3d10+14
type: piercing type: piercing
- formula: 3d6
type: negative
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 negative
to_hit: 30 to_hit: 30
traits: traits:
- negative - negative
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+14 - formula: 3d10+14
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 30 to_hit: 30
traits: traits:
- agile - agile
@ -320,20 +232,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+14 - formula: 3d12+14
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 28 to_hit: 28
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+14 - formula: 2d10+14
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 28 to_hit: 28
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -62,8 +58,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -85,8 +79,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ground Slam name: Ground Slam
range: null range: null
@ -109,8 +101,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ice Climb name: Ice Climb
range: null range: null
@ -133,8 +123,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shape Ice name: Shape Ice
range: null range: null
@ -154,6 +142,65 @@ active_abilities:
trigger: null trigger: null
alignment: CE alignment: CE
automatic_abilities: automatic_abilities:
- action_cost: None
critical_failure: null
critical_success: null
description: 5 feet, 2d6 cold damage (DC 27 basic Reflex)
effect: null
failure: null
frequency: null
maximum_duration: null
name: Dragon Chill
range: null
raw_description: '**Dragon Chill** (__arcane__, __aura__, __cold__, __evocation__);
5 feet, 2d6 cold damage (DC 27 basic Reflex)'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- cold
- evocation
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Critical Success** The creature is unaffected by the presence.
**Success** The creature is __frightened 1__.
**Failure** The creature is __frightened 2__.
**Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 27
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -162,23 +209,13 @@ automatic_abilities:
that takes cold damage in this way is slowed 1 for 1 round. that takes cold damage in this way is slowed 1 for 1 round.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dragon Chill name: Freezing Blood
range: null range: null
raw_description: '**Dragon Chill** (__arcane__, __aura__, __cold__, __evocation__); raw_description: '**Freezing Blood** [Reaction] (__arcane__, __cold__); **Trigger**
5 feet, 2d6 cold damage (DC 27 basic Reflex) An adjacent creature deals piercing or slashing damage to the dragon. **Effect**
The dragon''s blood sprays on the creature, dealing 2d6 cold damage. A creature
that takes cold damage in this way is slowed 1 for 1 round.'
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet,
DC 27
**Freezing Blood** [Reaction] (__arcane__, __cold__); **Trigger** An adjacent
creature deals piercing or slashing damage to the dragon. **Effect** The dragon''s
blood sprays on the creature, dealing 2d6 cold damage. A creature that takes cold
damage in this way is slowed 1 for 1 round.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -227,12 +264,11 @@ level: 10
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: piercing type: piercing
- formula: 2d6
type: cold
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d6 cold
to_hit: 23 to_hit: 23
traits: traits:
- cold - cold
@ -240,20 +276,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+13 - formula: 2d8+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 23 to_hit: 23
traits: traits:
- agile - agile
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+11 - formula: 2d6+11
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 22 to_hit: 22
traits: traits:
- magical - magical
@ -278,8 +312,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Snow Vision name: Snow Vision
range: null range: null

View File

@ -9,116 +9,46 @@ ac: 23
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: The creature is not dragged and the ahuizotl no longer has the
critical_success: null creature grabbed.
critical_success: If the creature is 10 feet away from the ahuizotl, it is dragged
into a square adjacent to the ahuizotl. The ahuizotl can make a jaws Strike against
the creature.
description: null description: null
effect: The ahuizotl attempts an __Athletics__ check against the creature's Fortitude effect: The ahuizotl attempts an __Athletics__ check against the creature's Fortitude
DC. DC.
failure: null failure: The creature is not dragged.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Tail Drag name: Tail Drag
range: null range: null
raw_description: '**Tail Drag** [One Action] **Requirements **The ahuizotl has raw_description: '**Tail Drag** [One Action] **Requirements **The ahuizotl has
a Medium or smaller creature grabbed with its tail claw; **Effect **The ahuizotl a Medium or smaller creature grabbed with its tail claw; **Effect **The ahuizotl
attempts an __Athletics__ check against the creature''s Fortitude DC.' attempts an __Athletics__ check against the creature''s Fortitude DC.
**Critical Success **If the creature is 10 feet away from the ahuizotl, it is
dragged into a square adjacent to the ahuizotl. The ahuizotl can make a jaws Strike
against the creature.
**Success **If the creature is 10 feet away from the ahuizotl, it is dragged into
a square adjacent to the ahuizotl.
**Failure **The creature is not dragged.
**Critical Failure** The creature is not dragged and the ahuizotl no longer has
the creature grabbed.'
requirements: The ahuizotl has a Medium or smaller creature grabbed with its tail requirements: The ahuizotl has a Medium or smaller creature grabbed with its tail
claw claw
saving_throw: null saving_throw: null
stages: null stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: If the creature is 10 feet away from the ahuizotl, it is dragged
into a square adjacent to the ahuizotl. The ahuizotl can make a jaws Strike against
the creature.
description: If the creature is 10 feet away from the ahuizotl, it is dragged into
a square adjacent to the ahuizotl. The ahuizotl can make a jaws Strike against
the creature.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **If the creature is 10 feet away from the
ahuizotl, it is dragged into a square adjacent to the ahuizotl. The ahuizotl can
make a jaws Strike against the creature.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: If the creature is 10 feet away from the ahuizotl, it is dragged into
a square adjacent to the ahuizotl.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **If the creature is 10 feet away from the ahuizotl,
it is dragged into a square adjacent to the ahuizotl.'
requirements: null
saving_throw: null
stages: null
success: If the creature is 10 feet away from the ahuizotl, it is dragged into a success: If the creature is 10 feet away from the ahuizotl, it is dragged into a
square adjacent to the ahuizotl. square adjacent to the ahuizotl.
traits: null traits: null
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is not dragged.
effect: null
failure: The creature is not dragged.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The creature is not dragged.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The creature is not dragged and the ahuizotl no longer has the
creature grabbed.
critical_success: null
description: The creature is not dragged and the ahuizotl no longer has the creature
grabbed.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** The creature is not dragged and the ahuizotl
no longer has the creature grabbed.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
alignment: NE alignment: NE
automatic_abilities: null automatic_abilities: null
description: 'The ahuizotl is a vicious, semi-aquatic predator that resembles a hideous description: 'The ahuizotl is a vicious, semi-aquatic predator that resembles a hideous
@ -161,29 +91,26 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+8 - formula: 2d8+8
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 17 to_hit: 17
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+8 - formula: 2d6+8
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d4+8 - formula: 2d4+8
type: slashing type: slashing
name: tail claw
plus_damage:
- formula: null - formula: null
type: Improved Grab type: Improved Grab
name: tail claw
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile
@ -210,8 +137,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Voice Imitation name: Voice Imitation
range: null range: null

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Reptile Master name: Reptile Master
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wicked Trophies name: Wicked Trophies
range: null range: null
@ -76,8 +72,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -127,20 +121,18 @@ level: 7
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+8 - formula: 2d10+8
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 18 to_hit: 18
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+8 - formula: 1d8+8
type: piercing type: piercing
name: longspear
plus_damage:
- formula: null - formula: null
type: wicked trophies type: wicked trophies
name: longspear
to_hit: 18 to_hit: 18
traits: traits:
- reach 10 feet - reach 10 feet
@ -149,12 +141,11 @@ perception: 18
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+8 - formula: 1d6+8
type: piercing type: piercing
name: javelin
plus_damage:
- formula: null - formula: null
type: Wicked Trophies type: Wicked Trophies
name: javelin
to_hit: 14 to_hit: 14
traits: traits:
- thrown 30 feet - thrown 30 feet

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -58,10 +56,9 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+1 - formula: 1d6+1
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 9 to_hit: 9
traits: traits:
- agile - agile

View File

@ -18,8 +18,6 @@ active_abilities:
failure: The creature is teleported 20 feet in a direction of the aiudara wraith's failure: The creature is teleported 20 feet in a direction of the aiudara wraith's
choice. choice.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dimensional Shunt name: Dimensional Shunt
range: null range: null
@ -61,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Drain Life name: Drain Life
range: null range: null
@ -90,8 +86,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Instantaneous Movement name: Instantaneous Movement
range: null range: null
@ -120,8 +114,6 @@ automatic_abilities:
arrives beside. arrives beside.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Teleportation Attachment name: Teleportation Attachment
range: null range: null
@ -138,7 +130,7 @@ automatic_abilities:
traits: traits:
- conjuration - conjuration
- teleportation - teleportation
trigger: A creature within 60 feet uses a teleportation effect; trigger: A creature within 60 feet uses a teleportation effect
description: 'Dahak''s influence in Alseta''s Landing created a soul-draining effect description: 'Dahak''s influence in Alseta''s Landing created a soul-draining effect
that slays unprotected creatures within, transforming them into ghostly creatures that slays unprotected creatures within, transforming them into ghostly creatures
known as aiudara wraiths, but these rare undead can rise within modern aiudara portals known as aiudara wraiths, but these rare undead can rise within modern aiudara portals
@ -175,14 +167,13 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+16 - formula: 4d10+16
type: force type: force
name: spectral hand
plus_damage:
- formula: null - formula: null
type: dimensional shunt type: dimensional shunt
- formula: null - formula: null
type: drain life type: drain life
name: spectral hand
to_hit: 35 to_hit: 35
traits: traits:
- agile - agile

View File

@ -13,15 +13,10 @@ active_abilities:
critical_success: null critical_success: null
description: An akata implants its parasitic larval young into any creature it bites, description: An akata implants its parasitic larval young into any creature it bites,
but only Medium or Small humanoids make suitable hosts; all other creatures are but only Medium or Small humanoids make suitable hosts; all other creatures are
immune to this disease; **Saving Throw** DC 17 Fortitude; **Stage 1** carrier immune to this disease
with no ill effect 1 (1 day); **Stage 2** __drained 1__ (1 day); **Stage 3** as
stage 2 (1 day); **Stage 4** drained 2 and __fatigued__ (1 day); **Stage 5** as
stage 4 (1 day); **Stage 6** dead and corpse rises as a void zombie in 2d4 hours
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Void Death name: Void Death
range: null range: null
@ -33,8 +28,14 @@ active_abilities:
(1 day); **Stage 5** as stage 4 (1 day); **Stage 6** dead and corpse rises as (1 day); **Stage 5** as stage 4 (1 day); **Stage 6** dead and corpse rises as
a void zombie in 2d4 hours' a void zombie in 2d4 hours'
requirements: null requirements: null
saving_throw: null saving_throw: DC 17 Fortitude
stages: null stages:
- effect: carrier with no ill effect 1 (1 day)
- effect: __drained 1__ (1 day)
- effect: as stage 2 (1 day)
- effect: drained 2 and __fatigued__ (1 day)
- effect: as stage 4 (1 day)
- effect: dead and corpse rises as a void zombie in 2d4 hours
success: null success: null
traits: traits:
- disease - disease
@ -49,8 +50,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: No Breath name: No Breath
range: null range: null
@ -70,8 +69,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Salt Water Vulnerability name: Salt Water Vulnerability
range: null range: null
@ -113,12 +110,11 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+4 - formula: 1d6+4
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: void death type: void death
name: jaws
to_hit: 9 to_hit: 9
traits: traits:
- agile - agile
@ -156,8 +152,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Hibernation name: Hibernation
range: null range: null
@ -185,8 +179,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: No Hearing name: No Hearing
range: null range: null

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -56,89 +52,38 @@ active_abilities:
traits: null traits: null
trigger: null trigger: null
- action_cost: None - action_cost: None
critical_failure: null critical_failure: As failure, but the creature is also __confused__ for 1 round.
critical_success: null critical_success: null
description: A creature hit by the akizendri's bite Strike must attempt a DC 20 description: A creature hit by the akizendri's bite Strike must attempt a DC 20
Will save. Will save.
effect: null effect: null
failure: null failure: The creature is __stupefied 1__ for 1d4 rounds.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Garbled Thoughts name: Garbled Thoughts
range: null range: null
raw_description: '**Garbled Thoughts** (__divine__, __emotion__, __enchantment__, raw_description: '**Garbled Thoughts** (__divine__, __emotion__, __enchantment__,
__mental__) A creature hit by the akizendri''s bite Strike must attempt a DC 20 __mental__) A creature hit by the akizendri''s bite Strike must attempt a DC 20
Will save.' Will save.
**Success** The creature is unaffected.
**Failure** The creature is __stupefied 1__ for 1d4 rounds.
**Critical Failure** As failure, but the creature is also __confused__ for 1 round.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The creature is unaffected.
traits: traits:
- divine - divine
- emotion - emotion
- enchantment - enchantment
- mental - mental
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success** The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: The creature is unaffected.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __stupefied 1__ for 1d4 rounds.
effect: null
failure: The creature is __stupefied 1__ for 1d4 rounds.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure** The creature is __stupefied 1__ for 1d4 rounds.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: As failure, but the creature is also __confused__ for 1 round.
critical_success: null
description: As failure, but the creature is also __confused__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** As failure, but the creature is also __confused__
for 1 round.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -156,8 +101,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Text Immersion name: Text Immersion
range: null range: null
@ -198,8 +141,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Protean Anatomy name: Protean Anatomy
range: null range: null
@ -252,14 +193,13 @@ level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+3 - formula: 2d8+3
type: piercing type: piercing
name: jaws - formula: 1d4
plus_damage: type: chaotic
- formula: null
type: 1d4 chaotic
- formula: null - formula: null
type: garbled thoughts type: garbled thoughts
name: jaws
to_hit: 12 to_hit: 12
traits: traits:
- chaotic - chaotic
@ -267,14 +207,13 @@ melee_attacks:
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+3 - formula: 2d6+3
type: bludgeoning type: bludgeoning
name: tail - formula: 1d4
plus_damage: type: chaotic
- formula: null
type: 1d4 chaotic
- formula: null - formula: null
type: Grab type: Grab
name: tail
to_hit: 12 to_hit: 12
traits: traits:
- chaotic - chaotic
@ -310,8 +249,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Entropy Sense name: Entropy Sense
range: null range: null

View File

@ -18,8 +18,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Alchemical Injection name: Alchemical Injection
range: null range: null
@ -49,8 +47,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Generate Bomb name: Generate Bomb
range: null range: null
@ -80,33 +76,10 @@ automatic_abilities:
description: 'An alchemical golem''s body contains six alchemical chambers filled description: 'An alchemical golem''s body contains six alchemical chambers filled
with different substances. When an alchemical golem ability calls upon a randomly with different substances. When an alchemical golem ability calls upon a randomly
determined alchemical effect, roll 1d6 and consult the following (if you roll determined alchemical effect, roll 1d6 and consult the following (if you roll
the result of a chamber that was shattered, there is no alchemical effect): the result of a chamber that was shattered, there is no alchemical effect):'
**1** acid damage; **2** cold damage; **3** electricity damage; **4** fire damage;
**5** poison damage; **6** sickness: DC 26 Fortitude save or sickened 1 (sickened
2 on a critical failure)
**Alchemical Rupture** When an alchemical golem takes physical damage from a critical
hit or is affected by a shatter spell, one glass chamber within its body shatters,
spewing alchemical liquid in a 5-foot emanation. Roll on the alchemical chambers
list (see above) to determine which one shatters—on a roll of 15, creatures in
the area take 10d6 damage of the appropriate type (DC 28 basic Reflex). On a roll
of 6, creatures must instead save against the sickness effect.
**Golem Antimagic** harmed by sonic (5d8, 2d6 from areas or persistent damage);
healed by acid (area 2d4 HP); slowed by cold
**Vulnerable to Shatter** Casting a shatter spell on an alchemical golem affects
the golem normally, but also causes an alchemical rupture (see above).'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Alchemical Chambers name: Alchemical Chambers
range: null range: null
@ -114,28 +87,94 @@ automatic_abilities:
alchemical chambers filled with different substances. When an alchemical golem alchemical chambers filled with different substances. When an alchemical golem
ability calls upon a randomly determined alchemical effect, roll 1d6 and consult ability calls upon a randomly determined alchemical effect, roll 1d6 and consult
the following (if you roll the result of a chamber that was shattered, there is the following (if you roll the result of a chamber that was shattered, there is
no alchemical effect): no alchemical effect):'
requirements: null
saving_throw: null
**1** acid damage; **2** cold damage; **3** electricity damage; **4** fire damage; stages: null
**5** poison damage; **6** sickness: DC 26 Fortitude save or sickened 1 (sickened success: null
2 on a critical failure) traits: null
trigger: null
- action_cost: None
**Alchemical Rupture** When an alchemical golem takes physical damage from a critical critical_failure: null
hit or is affected by a shatter spell, one glass chamber within its body shatters, critical_success: null
description: 'acid damage; **2** cold damage; **3** electricity damage; **4** fire
damage; **5** poison damage; **6** sickness: DC 26 Fortitude save or sickened
1 (sickened 2 on a critical failure)'
effect: null
failure: null
frequency: null
maximum_duration: null
name: '1'
range: null
raw_description: '**1** acid damage; **2** cold damage; **3** electricity damage;
**4** fire damage; **5** poison damage; **6** sickness: DC 26 Fortitude save or
sickened 1 (sickened 2 on a critical failure)'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: When an alchemical golem takes physical damage from a critical hit
or is affected by a shatter spell, one glass chamber within its body shatters,
spewing alchemical liquid in a 5-foot emanation. Roll on the alchemical chambers spewing alchemical liquid in a 5-foot emanation. Roll on the alchemical chambers
list (see above) to determine which one shatters—on a roll of 15, creatures in list (see above) to determine which one shatters—on a roll of 15, creatures in
the area take 10d6 damage of the appropriate type (DC 28 basic Reflex). On a roll the area take 10d6 damage of the appropriate type (DC 28 basic Reflex). On a roll
of 6, creatures must instead save against the sickness effect. of 6, creatures must instead save against the sickness effect.
effect: null
failure: null
**Golem Antimagic** harmed by sonic (5d8, 2d6 from areas or persistent damage); frequency: null
healed by acid (area 2d4 HP); slowed by cold maximum_duration: null
name: Alchemical Rupture
range: null
**Vulnerable to Shatter** Casting a shatter spell on an alchemical golem affects raw_description: '**Alchemical Rupture** When an alchemical golem takes physical
the golem normally, but also causes an alchemical rupture (see above).' damage from a critical hit or is affected by a shatter spell, one glass chamber
within its body shatters, spewing alchemical liquid in a 5-foot emanation. Roll
on the alchemical chambers list (see above) to determine which one shatters—on
a roll of 15, creatures in the area take 10d6 damage of the appropriate type
(DC 28 basic Reflex). On a roll of 6, creatures must instead save against the
sickness effect.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: harmed by sonic (5d8, 2d6 from areas or persistent damage); healed
by acid (area 2d4 HP); slowed by cold
effect: null
failure: null
frequency: null
maximum_duration: null
name: Golem Antimagic
range: null
raw_description: '**Golem Antimagic** harmed by sonic (5d8, 2d6 from areas or persistent
damage); healed by acid (area 2d4 HP); slowed by cold'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: Casting a shatter spell on an alchemical golem affects the golem normally,
but also causes an alchemical rupture (see above).
effect: null
failure: null
frequency: null
maximum_duration: null
name: Vulnerable to Shatter
range: null
raw_description: '**Vulnerable to Shatter** Casting a shatter spell on an alchemical
golem affects the golem normally, but also causes an alchemical rupture (see above).'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -176,12 +215,11 @@ level: 9
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+6 - formula: 2d10+6
type: piercing type: piercing
name: syringe
plus_damage:
- formula: null - formula: null
type: alchemical injection type: alchemical injection
name: syringe
to_hit: 22 to_hit: 22
traits: traits:
- magical - magical
@ -191,10 +229,9 @@ perception: 15
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: null
type: see Generate Bomb type: see Generate Bomb
name: bomb name: bomb
plus_damage: null
to_hit: 20 to_hit: 20
traits: traits:
- magical - magical

View File

@ -11,17 +11,10 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Saving Throw** Fortitude DC 25; **Stage 1** no ill effect (1 round); description: null
**Stage 2** the victim''s skin softens, inflicting drained 1 (1 round); **Stage
3** the victim''s skin transforms into a clear, slimy membrane, inflicting drained
2 until the curse ends; every hour this membrane remains dry, the creature''s
drained condition increases by 1 (permanent). A __remove disease__ spell can counteract
this curse, but immunity to disease offers no protection against it.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Slime name: Slime
range: null range: null
@ -33,8 +26,15 @@ active_abilities:
1 (permanent). A __remove disease__ spell can counteract this curse, but immunity 1 (permanent). A __remove disease__ spell can counteract this curse, but immunity
to disease offers no protection against it.' to disease offers no protection against it.'
requirements: null requirements: null
saving_throw: null saving_throw: Fortitude DC 25
stages: null stages:
- effect: no ill effect (1 round)
- effect: the victim's skin softens, inflicting drained 1 (1 round)
- effect: the victim's skin transforms into a clear, slimy membrane, inflicting
drained 2 until the curse ends; every hour this membrane remains dry, the creature's
drained condition increases by 1 (permanent). A __remove disease__ spell can
counteract this curse, but immunity to disease offers no protection against
it.
success: null success: null
traits: traits:
- curse - curse
@ -69,12 +69,11 @@ level: 7
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+10 - formula: 2d8+10
type: bludgeoning type: bludgeoning
name: tentacle
plus_damage:
- formula: null - formula: null
type: slime type: slime
name: tentacle
to_hit: 16 to_hit: 16
traits: traits:
- agile - agile
@ -103,8 +102,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mucus Cloud name: Mucus Cloud
range: 5 feet range: 5 feet

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Aluum Antimagic name: Aluum Antimagic
range: null range: null
@ -44,8 +42,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Paralyzing Force name: Paralyzing Force
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Soul Shriek name: Soul Shriek
range: null range: null
@ -106,8 +100,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -156,12 +148,11 @@ level: 10
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: bludgeoning type: bludgeoning
name: fist
plus_damage:
- formula: null - formula: null
type: paralyzing force type: paralyzing force
name: fist
to_hit: 23 to_hit: 23
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Devour Soul name: Devour Soul
range: null range: null
@ -71,8 +67,6 @@ active_abilities:
effect: The ammut uses Swallow Whole. effect: The ammut uses Swallow Whole.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Fast Swallow name: Fast Swallow
range: null range: null
@ -83,7 +77,7 @@ active_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The ammut Grabs a creature; trigger: The ammut __Grabs__ a creature
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -91,8 +85,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swallow Whole name: Swallow Whole
range: null range: null
@ -118,8 +110,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wasting Wound name: Wasting Wound
range: null range: null
@ -172,35 +162,32 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+16 - formula: 3d8+16
type: slashing type: slashing
name: claw
plus_damage:
- formula: null - formula: null
type: wasting wound type: wasting wound
name: claw
to_hit: 32 to_hit: 32
traits: traits:
- agile - agile
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d8+12 - formula: 4d8+12
type: '' type: ''
name: foot
plus_damage:
- formula: null - formula: null
type: stunned 1 (DC 38 Fortitude negates) type: stunned 1 (DC 38 Fortitude negates)
name: foot
to_hit: 30 to_hit: 30
traits: traits:
- deadly d10 - deadly d10
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+16 - formula: 3d12+16
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Improved Grab type: Improved Grab
name: jaws
to_hit: 32 to_hit: 32
traits: traits:
- reach 15 feet - reach 15 feet

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swarming Slither name: Swarming Slither
range: null range: null
@ -39,8 +37,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Weak Acid name: Weak Acid
range: null range: null
@ -67,10 +63,10 @@ hp_misc: null
immunities: immunities:
- acid - acid
- critical hits - critical hits
- <a style="text-decoration:underline" href="Traits.aspx?ID=106">mental</a> - __mental__
- precision - precision
- <a style="text-decoration:underline" href="Conditions.aspx?ID=38">unconscious</a> - __unconscious__
- <a style="text-decoration:underline" href="Traits.aspx?ID=163">visual</a> - __visual__
level: 1 level: 1
melee_attacks: null melee_attacks: null
name: Amoeba Swarm name: Amoeba Swarm
@ -100,8 +96,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Motion Sense name: Motion Sense
range: null range: null

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 6 rounds maximum_duration: 6 rounds
name: Anadi Venom name: Anadi Venom
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spin Silk name: Spin Silk
range: null range: null
@ -111,10 +105,9 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+5 - formula: 1d6+5
type: piercing type: piercing
name: shortsword name: shortsword
plus_damage: null
to_hit: 16 to_hit: 16
traits: traits:
- agile - agile
@ -122,12 +115,11 @@ melee_attacks:
- versatile S - versatile S
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+5 - formula: 2d6+5
type: piercing type: piercing
name: fangs
plus_damage:
- formula: null - formula: null
type: anadi venom type: anadi venom
name: fangs
to_hit: 16 to_hit: 16
traits: traits:
- finesse - finesse
@ -136,10 +128,9 @@ perception: 15
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+1 - formula: 1d8+1
type: piercing type: piercing
name: composite longbow name: composite longbow
plus_damage: null
to_hit: 16 to_hit: 16
traits: traits:
- deadly 1d10 - deadly 1d10

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 4 rounds maximum_duration: 4 rounds
name: Anadi Venom name: Anadi Venom
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spin Silk name: Spin Silk
range: null range: null
@ -111,10 +105,9 @@ level: 2
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+2 - formula: 1d6+2
type: piercing type: piercing
name: shortsword name: shortsword
plus_damage: null
to_hit: 10 to_hit: 10
traits: traits:
- agile - agile
@ -122,12 +115,11 @@ melee_attacks:
- versatile S - versatile S
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+2 - formula: 1d8+2
type: piercing type: piercing
name: fangs
plus_damage:
- formula: null - formula: null
type: anadi venom type: anadi venom
name: fangs
to_hit: 10 to_hit: 10
traits: traits:
- finesse - finesse
@ -136,10 +128,9 @@ perception: 7
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+1 - formula: 1d6+1
type: piercing type: piercing
name: composite shortbow name: composite shortbow
plus_damage: null
to_hit: 10 to_hit: 10
traits: traits:
- deadly 1d10 - deadly 1d10

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 4 rounds maximum_duration: 4 rounds
name: Anadi Venom name: Anadi Venom
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -72,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spin Silk name: Spin Silk
range: null range: null
@ -109,10 +103,9 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+3 - formula: 1d6+3
type: piercing type: piercing
name: shortsword name: shortsword
plus_damage: null
to_hit: 12 to_hit: 12
traits: traits:
- agile - agile
@ -120,12 +113,11 @@ melee_attacks:
- versatile S - versatile S
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+3 - formula: 2d6+3
type: piercing type: piercing
name: fangs
plus_damage:
- formula: null - formula: null
type: anadi venom type: anadi venom
name: fangs
to_hit: 12 to_hit: 12
traits: traits:
- finesse - finesse

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trample name: Trample
range: null range: null
@ -28,107 +26,40 @@ active_abilities:
traits: null traits: null
trigger: null trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: The target takes double damage, is knocked prone, and is pushed
critical_success: null 5 feet away from the anancus.
critical_success: The target is unaffected.
description: The anancus sweeps its long tusks back and forth, dealing 4d6 bludgeoning description: The anancus sweeps its long tusks back and forth, dealing 4d6 bludgeoning
damage to all creatures in a 15-foot cone, who must make a DC 27 basic Reflex damage to all creatures in a 15-foot cone, who must make a DC 27 basic Reflex
save. save.
effect: null effect: null
failure: null failure: The target takes full damage and is knocked __prone__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Tusk Sweep name: Tusk Sweep
range: null range: null
raw_description: '**Tusk Sweep** [Two Actions] The anancus sweeps its long tusks raw_description: '**Tusk Sweep** [Two Actions] The anancus sweeps its long tusks
back and forth, dealing 4d6 bludgeoning damage to all creatures in a 15-foot cone, back and forth, dealing 4d6 bludgeoning damage to all creatures in a 15-foot cone,
who must make a DC 27 basic Reflex save.' who must make a DC 27 basic Reflex save.
requirements: null
saving_throw: null
stages: null **Critical Success **The target is unaffected.
success: null
traits: null
trigger: null **Success** The target takes half damage.
- action_cost: None
critical_failure: null
critical_success: The target is unaffected. **Failure** The target takes full damage and is knocked __prone__.
description: The target is unaffected.
effect: null
failure: null **Critical Failure** The target takes double damage, is knocked prone, and is
frequency: null pushed 5 feet away from the anancus.'
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The target is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target takes half damage.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success** The target takes half damage.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: The target takes half damage. success: The target takes half damage.
traits: null traits: null
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target takes full damage and is knocked __prone__.
effect: null
failure: The target takes full damage and is knocked __prone__.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure** The target takes full damage and is knocked __prone__.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The target takes double damage, is knocked prone, and is pushed
5 feet away from the anancus.
critical_success: null
description: The target takes double damage, is knocked prone, and is pushed 5 feet
away from the anancus.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** The target takes double damage, is knocked
prone, and is pushed 5 feet away from the anancus.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
alignment: N alignment: N
automatic_abilities: null automatic_abilities: null
description: 'The anancus is an ancient species of elephant with unusually long tusks description: 'The anancus is an ancient species of elephant with unusually long tusks
@ -144,19 +75,17 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+11 - formula: 2d12+11
type: piercing type: piercing
name: tusk name: tusk
plus_damage: null
to_hit: 19 to_hit: 19
traits: traits:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+9 - formula: 2d10+9
type: bludgeoning type: bludgeoning
name: foot name: foot
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- reach 10 feet - reach 10 feet

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
This doesn't affect liquids in a creature's body. This doesn't affect liquids in a creature's body.
failure: null failure: null
frequency: Once per day frequency: Once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Corrupt Water name: Corrupt Water
range: null range: null
@ -74,8 +70,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -95,8 +89,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -116,15 +108,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon Strikes with its tail at the triggering creature at a 2 penalty. effect: null
If it hits, the creature takes a 2 circumstance penalty to the triggering roll.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -141,7 +130,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 35
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -149,8 +138,29 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon Strikes with its tail at the triggering creature at a 2 penalty.
If it hits, the creature takes a 2 circumstance penalty to the triggering roll.
failure: null
frequency: null
maximum_duration: null
name: Tail Lash
range: null
raw_description: '**Tail Lash** [Reaction] **Trigger** A creature within reach of
the dragon''s tail takes an action to Strike or attempt a skill check; **Effect**
The dragon Strikes with its tail at the triggering creature at a 2 penalty. If
it hits, the creature takes a 2 circumstance penalty to the triggering roll.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the dragon's tail takes an action to Strike trigger: A creature within reach of the dragon's tail takes an action to Strike
or attempt a skill check; or attempt a skill check
description: 'Murderous tyrants of marshes, swamps, bogs, and fens, black dragons description: 'Murderous tyrants of marshes, swamps, bogs, and fens, black dragons
terrorize their domains with intense fervor. Gleefully sadistic, they rule their terrorize their domains with intense fervor. Gleefully sadistic, they rule their
fetid principalities from a deep cave or otherwise isolated part of the swamp with fetid principalities from a deep cave or otherwise isolated part of the swamp with
@ -198,14 +208,13 @@ level: 16
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+14 - formula: 3d10+14
type: piercing type: piercing
- formula: 2d6
type: acid
- formula: 2d6
type: persistent acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d6 acid
- formula: null
type: 2d6 persistent acid
to_hit: 33 to_hit: 33
traits: traits:
- acid - acid
@ -213,10 +222,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+14 - formula: 3d8+14
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- agile - agile
@ -224,20 +232,18 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+12 - formula: 3d10+12
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+12 - formula: 2d10+12
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -51,8 +49,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desert Thirst name: Desert Thirst
range: null range: null
@ -77,8 +73,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -98,8 +92,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -120,8 +112,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mirage name: Mirage
range: null range: null
@ -142,10 +132,8 @@ active_abilities:
Breath Weapon. This creates a vertical line of lightning to the ground that deals Breath Weapon. This creates a vertical line of lightning to the ground that deals
6d12 electricity damage to all enemies in its path (DC 40 basic Reflex save). 6d12 electricity damage to all enemies in its path (DC 40 basic Reflex save).
failure: null failure: null
frequency: Once per round; Requirement A storm cloud created by Breath Weapon is frequency: Once per round; **Requirement** A storm cloud created by Breath Weapon
within 500 feet, and the dragon can see the cloud. is within 500 feet, and the dragon can see the cloud.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Storm Breath name: Storm Breath
range: null range: null
@ -173,16 +161,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against effect: null
the triggering attack. If the dragon is Flying, it descends 10 feet after the
attack is complete.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -199,7 +183,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 39
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -207,6 +191,28 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is Flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The dragon is targeted
with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is Flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The dragon is targeted with an attack. trigger: The dragon is targeted with an attack.
description: 'Blue dragons are the sleek and poised cosmopolitans of the chromatic description: 'Blue dragons are the sleek and poised cosmopolitans of the chromatic
dragons. Their brand of evil is organized, manipulative, and regal. Blue dragons dragons. Their brand of evil is organized, manipulative, and regal. Blue dragons
@ -266,12 +272,11 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: piercing type: piercing
- formula: 2d12
type: electricity
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d12 electricity
to_hit: 35 to_hit: 35
traits: traits:
- electricity - electricity
@ -279,10 +284,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- agile - agile
@ -290,20 +294,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+13 - formula: 3d10+13
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical
@ -329,8 +331,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Sound Imitation name: Sound Imitation
range: null range: null

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -50,8 +48,6 @@ active_abilities:
failure). failure).
failure: null failure: null
frequency: three times per day. frequency: three times per day.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desert Wind name: Desert Wind
range: null range: null
@ -77,8 +73,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -98,8 +92,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -119,16 +111,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against effect: null
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -145,7 +133,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 35
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -153,6 +141,28 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The dragon is targeted
with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The dragon is targeted with an attack. trigger: The dragon is targeted with an attack.
description: 'Brass dragons are whimsical tricksters who delight in humor and play. description: 'Brass dragons are whimsical tricksters who delight in humor and play.
They particularly enjoy conversations with humans and other civilized humanoids, They particularly enjoy conversations with humans and other civilized humanoids,
@ -211,14 +221,13 @@ level: 16
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: piercing type: piercing
- formula: 3d6
type: fire
- formula: 2d6
type: persistent fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 fire
- formula: null
type: 2d6 persistent fire
to_hit: 32 to_hit: 32
traits: traits:
- fire - fire
@ -226,10 +235,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 32 to_hit: 32
traits: traits:
- agile - agile
@ -237,10 +245,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+13 - formula: 2d12+13
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 30 to_hit: 30
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Capsize name: Capsize
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Desiccating Bite name: Desiccating Bite
range: null range: null
@ -90,8 +84,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -111,8 +103,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -134,8 +124,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Painful Strikes name: Painful Strikes
range: null range: null
@ -161,8 +149,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -200,8 +186,6 @@ automatic_abilities:
action is disrupted. action is disrupted.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Brine Spit name: Brine Spit
range: null range: null
@ -214,8 +198,8 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature the brine dragon observes within 30 feet uses a concentrate trigger: A creature the brine dragon observes within 30 feet uses a __concentrate__
action; action
description: 'Brine dragons are usually blue-green in color, with shiny scales, crests description: 'Brine dragons are usually blue-green in color, with shiny scales, crests
that help them glide through the water, and sweeping neck frills. They care little that help them glide through the water, and sweeping neck frills. They care little
for either good or evil. As they are both opinionated and willing to impose their for either good or evil. As they are both opinionated and willing to impose their
@ -257,8 +241,8 @@ hp: 330
hp_misc: null hp_misc: null
immunities: immunities:
- acid - acid
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Aquan - Aquan
- Common - Common
@ -269,12 +253,11 @@ level: 17
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+17 - formula: 3d10+17
type: piercing type: piercing
- formula: 5d4
type: acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 5d4 acid
to_hit: 34 to_hit: 34
traits: traits:
- acid - acid
@ -282,10 +265,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+17 - formula: 3d10+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 34 to_hit: 34
traits: traits:
- agile - agile
@ -293,20 +275,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+17 - formula: 3d12+17
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 32 to_hit: 32
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+17 - formula: 2d12+17
type: piercing type: piercing
name: wing name: wing
plus_damage: null
to_hit: 32 to_hit: 32
traits: traits:
- magical - magical

View File

@ -22,8 +22,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -90,8 +84,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Water Mastery name: Water Mastery
range: null range: null
@ -106,6 +98,118 @@ active_abilities:
trigger: null trigger: null
alignment: LG alignment: LG
automatic_abilities: automatic_abilities:
- action_cost: None
critical_failure: null
critical_success: null
description: ', 2d12 electricity damage. The bronze dragon can turn this aura on
or off using a single action, which has the concentrate trait, and it can choose
to not affect allies with the aura.'
effect: null
failure: null
frequency: null
maximum_duration: null
name: Electricity Aura
range: 15 feet
raw_description: '**Electricity Aura** (__aura__, __electricity__) 15 feet, 2d12
electricity damage. The bronze dragon can turn this aura on or off using a single
action, which has the concentrate trait, and it can choose to not affect allies
with the aura.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- aura
- electricity
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Critical Success** The creature is unaffected by the presence.
**Success** The creature is __frightened 1__.
**Failure** The creature is __frightened 2__.
**Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 38
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: 40 feet. Water in the aura that is also in the same body of water as
the dragon is difficult terrain for Swimming creatures that don't have the water
trait.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Vortex
range: null
raw_description: '**Vortex** (__aura__, __water__); 40 feet. Water in the aura that
is also in the same body of water as the dragon is difficult terrain for Swimming
creatures that don''t have the water trait.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- aura
- water
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: Jaws only.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -116,35 +220,15 @@ automatic_abilities:
Swim normally (using the result of that roll if it doesn't have a Swim speed). Swim normally (using the result of that roll if it doesn't have a Swim speed).
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Electricity Aura name: Vortex Pull
range: null range: null
raw_description: '**Electricity Aura** (__aura__, __electricity__) 15 feet, 2d12 raw_description: '**Vortex Pull** [Reaction] (__water__); **Trigger** A creature
electricity damage. The bronze dragon can turn this aura on or off using a single in the dragon''s vortex uses a Swim action. **Effect** The dragon creates a current
action, which has the concentrate trait, and it can choose to not affect allies of water, forcing the triggering creature to attempt a DC 40 Athletics check to
with the aura. Swim. If the creature fails, it''s pulled 30 feet toward the dragon and the triggering
action is lost. If it succeeds, it can Swim normally (using the result of that
roll if it doesn''t have a Swim speed).'
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet,
DC 38
**Vortex** (__aura__, __water__); 40 feet. Water in the aura that is also in the
same body of water as the dragon is difficult terrain for Swimming creatures that
don''t have the water trait.
**Attack of Opportunity** [Reaction] Jaws only.
**Vortex Pull** (__water__); **Trigger** A creature in the dragon''s vortex uses
a Swim action. **Effect** The dragon creates a current of water, forcing the triggering
creature to attempt a DC 40 Athletics check to Swim. If the creature fails, it''s
pulled 30 feet toward the dragon and the triggering action is lost. If it succeeds,
it can Swim normally (using the result of that roll if it doesn''t have a Swim
speed).'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -200,12 +284,11 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+16 - formula: 3d12+16
type: piercing type: piercing
- formula: 2d12
type: electricity
name: jaws name: jaws
plus_damage:
- formula: null
type: 2d12 electricity
to_hit: 35 to_hit: 35
traits: traits:
- electricity - electricity
@ -213,10 +296,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- agile - agile
@ -224,10 +306,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+14 - formula: 2d10+14
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Form name: Cloud Form
range: null range: null
@ -73,8 +69,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Walk name: Cloud Walk
range: null range: null
@ -93,8 +87,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -114,8 +106,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -137,8 +127,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Thundering Bite name: Thundering Bite
range: null range: null
@ -163,8 +151,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -204,8 +190,6 @@ automatic_abilities:
triggering attack. triggering attack.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Deflecting Cloud name: Deflecting Cloud
range: null range: null
@ -221,8 +205,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The dragon is the target of a ranged attack; Requirements The dragon is trigger: The dragon is the target of a ranged attack
aware of the attack and has a free wing;
description: 'At heart, cloud dragons are wanderers, explorers, and travelers who description: 'At heart, cloud dragons are wanderers, explorers, and travelers who
enjoy nothing more than seeing new lands and meeting unusual creatures. Cloud dragons enjoy nothing more than seeing new lands and meeting unusual creatures. Cloud dragons
range in color from light blue to a pale, milky white and have thick, curling horns range in color from light blue to a pale, milky white and have thick, curling horns
@ -268,8 +251,8 @@ hp: 355
hp_misc: null hp_misc: null
immunities: immunities:
- electricity - electricity
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Auran - Auran
- Common - Common
@ -280,16 +263,15 @@ level: 19
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+17 - formula: 3d10+17
type: piercing type: piercing
name: jaws - formula: 2d12
plus_damage: type: electricity
- formula: null - formula: 4d6
type: 2d12 electricity type: sonic
- formula: null
type: 4d6 sonic
- formula: null - formula: null
type: thundering bite type: thundering bite
name: jaws
to_hit: 36 to_hit: 36
traits: traits:
- electricity - electricity
@ -298,10 +280,9 @@ melee_attacks:
- sonic - sonic
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+17 - formula: 4d10+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- agile - agile
@ -309,20 +290,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d12+17 - formula: 4d12+17
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 34 to_hit: 34
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+17 - formula: 3d12+17
type: piercing type: piercing
name: horn name: horn
plus_damage: null
to_hit: 34 to_hit: 34
traits: traits:
- deadly d12 - deadly d12
@ -349,8 +328,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mist Vision name: Mist Vision
range: null range: null

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -46,8 +44,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Climb Stone name: Climb Stone
range: null range: null
@ -66,8 +62,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -87,8 +81,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -109,8 +101,6 @@ active_abilities:
laughter__ spell for 1 minute. laughter__ spell for 1 minute.
failure: null failure: null
frequency: once per day. frequency: once per day.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mass Laughter name: Mass Laughter
range: null range: null
@ -136,15 +126,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it effect: null
hits, the dragon disrupts the triggering action.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -161,7 +148,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 35
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -169,6 +156,54 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: Each creature that ends its turn in the aura must succeed at a DC 37
Will saving throw or be slowed 1 for 1 round (or slowed 2 on a critical failure).
The copper dragon can turn this aura on or off with a single action, which has
the concentrate trait, and can choose not to affect allies within the aura.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Slow Aura
range: 10 feet
raw_description: '**Slow Aura** (__arcane__, __aura__, __enchantment__) 10 feet.
Each creature that ends its turn in the aura must succeed at a DC 37 Will saving
throw or be slowed 1 for 1 round (or slowed 2 on a critical failure). The copper
dragon can turn this aura on or off with a single action, which has the concentrate
trait, and can choose not to affect allies within the aura.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- enchantment
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it
hits, the dragon disrupts the triggering action.
failure: null
frequency: null
maximum_duration: null
name: Twisting Tail
range: null
raw_description: '**Twisting Tail** [Reaction] **Trigger** A creature within reach
of the copper dragon''s tail uses a move action or leaves a square during a move
action it''s using. **Effect** The dragon makes a tail Strike at the creature
with a 2 penalty. If it hits, the dragon disrupts the triggering action.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the copper dragon's tail uses a move action trigger: A creature within reach of the copper dragon's tail uses a move action
or leaves a square during a move action it's using. or leaves a square during a move action it's using.
description: 'Capricious and always eager to share a good laugh, copper dragons are description: 'Capricious and always eager to share a good laugh, copper dragons are
@ -220,12 +255,11 @@ level: 17
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: piercing type: piercing
- formula: 3d8
type: acid
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d8 acid
to_hit: 33 to_hit: 33
traits: traits:
- acid - acid
@ -233,10 +267,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- agile - agile
@ -244,10 +277,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+14 - formula: 2d10+14
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -36,82 +34,11 @@ active_abilities:
- primal - primal
trigger: null trigger: null
- action_cost: Free Action - action_cost: Free Action
critical_failure: null critical_failure: As failure, but the target is initially slowed 2.
critical_success: null critical_success: The target is unaffected.
description: null description: null
effect: The dragon embeds transformative crystals in the creature's flesh. The creature effect: The dragon embeds transformative crystals in the creature's flesh. The creature
must attempt a DC 37 Fortitude save. must attempt a DC 37 Fortitude save.
failure: null
frequency: three times per day
full_description: null
generic_description: null
maximum_duration: null
name: Crystallize Flesh
range: null
raw_description: '**Crystallize Flesh** [Free Action] (__primal__, __transmutation__)
**Trigger **The crystal dragon damages a creature made of flesh with a jaws Strike;
**Frequency **three times per day; **Effect **The dragon embeds transformative
crystals in the creature''s flesh. The creature must attempt a DC 37 Fortitude
save.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- primal
- transmutation
trigger: The crystal dragon damages a creature made of flesh with a jaws Strike;
- action_cost: None
critical_failure: null
critical_success: The target is unaffected.
description: The target is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The target is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is __slowed 1__ for 1 round as portions of its flesh turn
crystalline.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The target is __slowed 1__ for 1 round as portions
of its flesh turn crystalline.'
requirements: null
saving_throw: null
stages: null
success: The target is __slowed 1__ for 1 round as portions of its flesh turn crystalline.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is slowed 1 and must attempt a Fortitude save at the end
of each of its turns; this ongoing save has the __incapacitation__ trait. On a
failed save, the slowed condition value increases by 1 (or by 2 on a critical
failure). A successful save reduces the slowed condition value by 1. A creature
unable to act due to the slowed condition from Crystallize Flesh is __petrified__
permanently, transforming into a crystalline statue. The effect ends if the creature
is petrified or the slowed condition is removed.
effect: null
failure: The target is slowed 1 and must attempt a Fortitude save at the end of failure: The target is slowed 1 and must attempt a Fortitude save at the end of
each of its turns; this ongoing save has the __incapacitation__ trait. On a failed each of its turns; this ongoing save has the __incapacitation__ trait. On a failed
save, the slowed condition value increases by 1 (or by 2 on a critical failure). save, the slowed condition value increases by 1 (or by 2 on a critical failure).
@ -119,45 +46,42 @@ active_abilities:
act due to the slowed condition from Crystallize Flesh is __petrified__ permanently, act due to the slowed condition from Crystallize Flesh is __petrified__ permanently,
transforming into a crystalline statue. The effect ends if the creature is petrified transforming into a crystalline statue. The effect ends if the creature is petrified
or the slowed condition is removed. or the slowed condition is removed.
frequency: null frequency: three times per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Failure name: Crystallize Flesh
range: null range: null
raw_description: '**Failure **The target is slowed 1 and must attempt a Fortitude raw_description: '**Crystallize Flesh** [Free Action] (__primal__, __transmutation__)
save at the end of each of its turns; this ongoing save has the __incapacitation__ **Trigger **The crystal dragon damages a creature made of flesh with a jaws Strike;
trait. On a failed save, the slowed condition value increases by 1 (or by 2 on **Frequency **three times per day; **Effect **The dragon embeds transformative
a critical failure). A successful save reduces the slowed condition value by 1. crystals in the creature''s flesh. The creature must attempt a DC 37 Fortitude
A creature unable to act due to the slowed condition from Crystallize Flesh is save.
__petrified__ permanently, transforming into a crystalline statue. The effect
ends if the creature is petrified or the slowed condition is removed.'
**Critical Success **The target is unaffected.
**Success **The target is __slowed 1__ for 1 round as portions of its flesh turn
crystalline.
**Failure **The target is slowed 1 and must attempt a Fortitude save at the end
of each of its turns; this ongoing save has the __incapacitation__ trait. On a
failed save, the slowed condition value increases by 1 (or by 2 on a critical
failure). A successful save reduces the slowed condition value by 1. A creature
unable to act due to the slowed condition from Crystallize Flesh is __petrified__
permanently, transforming into a crystalline statue. The effect ends if the creature
is petrified or the slowed condition is removed.
**Critical Failure **As failure, but the target is initially slowed 2.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The target is __slowed 1__ for 1 round as portions of its flesh turn crystalline.
traits: null traits:
trigger: null - primal
- action_cost: None - transmutation
critical_failure: As failure, but the target is initially slowed 2. trigger: The crystal dragon damages a creature made of flesh with a jaws Strike
critical_success: null
description: As failure, but the target is initially slowed 2.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **As failure, but the target is initially slowed
2.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -165,8 +89,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -186,8 +108,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -208,8 +128,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Extra Reaction name: Extra Reaction
range: null range: null
@ -230,8 +148,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -273,8 +189,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Scintillating Aura name: Scintillating Aura
range: 30 feet range: 30 feet
@ -307,8 +221,6 @@ automatic_abilities:
attack roll against their own AC to determine if the spell hits them instead. attack roll against their own AC to determine if the spell hits them instead.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Reflect Spell name: Reflect Spell
range: null range: null
@ -323,7 +235,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The crystal dragon is targeted by a ranged spell attack roll; trigger: The crystal dragon is targeted by a ranged spell attack roll
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -332,8 +244,6 @@ automatic_abilities:
hits, the dragon disrupts the creature's action. hits, the dragon disrupts the creature's action.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Twisting Tail name: Twisting Tail
range: null range: null
@ -346,8 +256,8 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature within reach of the dragon's tail uses a move action or leaves trigger: A creature within reach of the dragon's tail uses a __move__ action or
a square during a move action it's using; leaves a square during a move action it's using
description: 'Good-natured but vain, crystal dragons are beautiful creatures with description: 'Good-natured but vain, crystal dragons are beautiful creatures with
brilliant hides made of multicolored crystal and gemstone. Their beauty is a source brilliant hides made of multicolored crystal and gemstone. Their beauty is a source
of great pride but is also something of a weakness, as crystal dragons are easily of great pride but is also something of a weakness, as crystal dragons are easily
@ -389,8 +299,8 @@ description: 'Good-natured but vain, crystal dragons are beautiful creatures wit
hp: 275 hp: 275
hp_misc: null hp_misc: null
immunities: immunities:
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Celestial - Celestial
- Common - Common
@ -401,22 +311,20 @@ level: 16
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+17 - formula: 3d8+17
type: slashing type: slashing
- formula: 4d6
type: piercing
name: jaws name: jaws
plus_damage:
- formula: null
type: 4d6 piercing
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+17 - formula: 3d8+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- agile - agile
@ -424,10 +332,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+17 - formula: 2d10+17
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical

View File

@ -21,8 +21,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -90,16 +84,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon improves its result by one degree of success, turning a failure effect: null
into a success or a critical failure into a normal failure. The dragon can't use
this ability again for 1d4 rounds.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -116,7 +106,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 39
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -124,6 +114,74 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: Jaws only.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: Reaction
critical_failure: null
critical_success: null
description: The dragon gains 2 reactions at the start of its turn each round.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Extra Reaction
range: null
raw_description: '**Extra Reaction** The dragon gains 2 reactions at the start of
its turn each round.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon improves its result by one degree of success, turning a failure
into a success or a critical failure into a normal failure. The dragon can't use
this ability again for 1d4 rounds.
failure: null
frequency: null
maximum_duration: null
name: Golden Luck
range: null
raw_description: '**Golden Luck** [Reaction] **Trigger** The gold dragon fails a
saving throw. **Effect** The dragon improves its result by one degree of success,
turning a failure into a success or a critical failure into a normal failure.
The dragon can''t use this ability again for 1d4 rounds.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The gold dragon fails a saving throw. trigger: The gold dragon fails a saving throw.
description: 'Gold dragons are the epitome of metallic dragonkind, unrivaled in their description: 'Gold dragons are the epitome of metallic dragonkind, unrivaled in their
strength as well as their wisdom. They command the unwavering reverence of all other strength as well as their wisdom. They command the unwavering reverence of all other
@ -201,12 +259,11 @@ level: 20
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d12+17 - formula: 4d12+17
type: piercing type: piercing
- formula: 4d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 4d6 fire
to_hit: 38 to_hit: 38
traits: traits:
- fire - fire
@ -214,10 +271,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+17 - formula: 4d10+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 38 to_hit: 38
traits: traits:
- agile - agile
@ -225,20 +281,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+15 - formula: 4d10+15
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+15 - formula: 2d12+15
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -84,8 +78,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trackless Step name: Trackless Step
range: null range: null
@ -105,8 +97,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Woodland Stride name: Woodland Stride
range: null range: null
@ -126,15 +116,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it effect: null
hits, the dragon disrupts the creature's action.
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -151,7 +138,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 37
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -159,6 +146,54 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: 20 feet. After the dragon uses its Breath Weapon, a cloud of poison
gas continues to emanate from its body for 1 round. Any creature that ends its
turn in the miasma takes 4d6 poison damage (DC 37 basic Fortitude save). Any creature
in the miasma is concealed and treats other creatures as concealed. The dragon
can see through this concealment.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Miasma
range: null
raw_description: '**Miasma** (__aura__, __poison__); 20 feet. After the dragon uses
its Breath Weapon, a cloud of poison gas continues to emanate from its body for
1 round. Any creature that ends its turn in the miasma takes 4d6 poison damage
(DC 37 basic Fortitude save). Any creature in the miasma is concealed and treats
other creatures as concealed. The dragon can see through this concealment.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- aura
- poison
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon makes a tail Strike at the creature with a 2 penalty. If it
hits, the dragon disrupts the creature's action.
failure: null
frequency: null
maximum_duration: null
name: Twisting Tail
range: null
raw_description: '**Twisting Tail** [Reaction] **Trigger** A creature within reach
of the dragon''s tail uses a move action or leaves a square during a move action
it''s using. **Effect** The dragon makes a tail Strike at the creature with a
2 penalty. If it hits, the dragon disrupts the creature''s action.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within reach of the dragon's tail uses a move action or leaves trigger: A creature within reach of the dragon's tail uses a move action or leaves
a square during a move action it's using. a square during a move action it's using.
description: 'Green dragons are the most contemplative of the chromatic dragons as description: 'Green dragons are the most contemplative of the chromatic dragons as
@ -220,12 +255,11 @@ level: 17
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+15 - formula: 3d12+15
type: piercing type: piercing
- formula: 4d4
type: poison
name: jaws name: jaws
plus_damage:
- formula: null
type: 4d4 poison
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical
@ -233,10 +267,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- agile - agile
@ -244,20 +277,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+13 - formula: 3d10+13
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: piercing type: piercing
name: horn name: horn
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- magical - magical
@ -283,8 +314,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Camouflage name: Camouflage
range: null range: null

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -84,8 +78,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Magma Swim name: Magma Swim
range: null range: null
@ -108,8 +100,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Magma Tomb name: Magma Tomb
range: null range: null
@ -135,8 +125,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Volcanic Purge name: Volcanic Purge
range: null range: null
@ -162,8 +150,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -201,8 +187,6 @@ automatic_abilities:
attack. attack.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wing Deflection name: Wing Deflection
range: null range: null
@ -215,7 +199,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The dragon is targeted with an attack; trigger: The dragon is targeted with an attack
description: 'Magma dragons have a reputation among other dragons for being unpredictable description: 'Magma dragons have a reputation among other dragons for being unpredictable
and brash. Their temperament and tendency for violent outbursts ensure that the and brash. Their temperament and tendency for violent outbursts ensure that the
typical magma dragon lives a solitary life, with hatchlings often bickering or fighting typical magma dragon lives a solitary life, with hatchlings often bickering or fighting
@ -243,8 +227,8 @@ hp: 390
hp_misc: null hp_misc: null
immunities: immunities:
- fire - fire
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Common - Common
- Draconic - Draconic
@ -255,22 +239,20 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: piercing type: piercing
- formula: 4d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 4d6 fire
to_hit: 36 to_hit: 36
traits: traits:
- magical - magical
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- agile - agile
@ -278,20 +260,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+16 - formula: 3d12+16
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 34 to_hit: 34
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: piercing type: piercing
name: horns name: horns
plus_damage: null
to_hit: 34 to_hit: 34
traits: traits:
- magical - magical

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -62,8 +58,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -87,8 +81,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Manipulate Flames name: Manipulate Flames
range: null range: null
@ -110,6 +102,93 @@ active_abilities:
trigger: null trigger: null
alignment: CE alignment: CE
automatic_abilities: automatic_abilities:
- action_cost: None
critical_failure: null
critical_success: null
description: 10 feet, 4d6 fire damage (DC 39 basic Reflex)
effect: null
failure: null
frequency: null
maximum_duration: null
name: Dragon Heat
range: null
raw_description: '**Dragon Heat** (__arcane__, __aura__, __evocation__, __fire__);
10 feet, 4d6 fire damage (DC 39 basic Reflex)'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- evocation
- fire
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Critical Success** The creature is unaffected by the presence.
**Success** The creature is __frightened 1__.
**Failure** The creature is __frightened 2__.
**Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 40
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: Jaws only.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -118,27 +197,14 @@ automatic_abilities:
or other effects of the spell, as though it were the caster. or other effects of the spell, as though it were the caster.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dragon Heat name: Redirect Fire
range: null range: null
raw_description: '**Dragon Heat** (__arcane__, __aura__, __evocation__, __fire__); raw_description: '**Redirect Fire** [Reaction] (__abjuration__, __arcane__); **Trigger**
10 feet, 4d6 fire damage (DC 39 basic Reflex) A creature within 100 feet casts a fire spell, or a fire spell otherwise comes
into effect from a source within 100 feet. **Effect** The dragon makes all the
choices to determine the targets, destination, or other effects of the spell,
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet, as though it were the caster.'
DC 40
**Attack of Opportunity** [Reaction] Jaws only.
**Redirect Fire** (__abjuration__, __arcane__); **Trigger** A creature within
100 feet casts a fire spell, or a fire spell otherwise comes into effect from
a source within 100 feet. **Effect** The dragon makes all the choices to determine
the targets, destination, or other effects of the spell, as though it were the
caster.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -205,12 +271,11 @@ level: 19
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+17 - formula: 4d10+17
type: piercing type: piercing
- formula: 3d6
type: fire
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 fire
to_hit: 37 to_hit: 37
traits: traits:
- fire - fire
@ -218,10 +283,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d8+17 - formula: 4d8+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 37 to_hit: 37
traits: traits:
- agile - agile
@ -229,20 +293,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+15 - formula: 4d10+15
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+15 - formula: 3d8+15
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- agile - agile
@ -269,8 +331,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Smoke Vision name: Smoke Vision
range: null range: null

View File

@ -22,8 +22,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cloud Walk name: Cloud Walk
range: null range: null
@ -69,8 +65,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -90,8 +84,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -111,18 +103,12 @@ automatic_abilities:
description: A creature that first enters the area must attempt a Will save. Regardless description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute. monster's Frightful Presence for 1 minute.
effect: 'The spell is reflected back upon the caster, with the effect of __spell effect: null
turning__.
**Wing Deflection** [Reaction]'
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: null range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute. is temporarily immune to this monster''s Frightful Presence for 1 minute.
@ -139,7 +125,7 @@ automatic_abilities:
**Critical Failure** The creature is __frightened 4__.' **Critical Failure** The creature is __frightened 4__.'
requirements: null requirements: null
saving_throw: null saving_throw: DC 40
stages: null stages: null
success: The creature is __frightened 1__. success: The creature is __frightened 1__.
traits: traits:
@ -147,8 +133,74 @@ automatic_abilities:
- emotion - emotion
- fear - fear
- mental - mental
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: ', 3d6 cold damage. The silver dragon can turn this aura on or off
as a single action, which has the concentrate trait, and can choose not to affect
allies within the aura.'
effect: null
failure: null
frequency: null
maximum_duration: null
name: Cold Aura
range: 15 feet
raw_description: '**Cold Aura** (__cold__, __aura__) 15 feet, 3d6 cold damage. The
silver dragon can turn this aura on or off as a single action, which has the concentrate
trait, and can choose not to affect allies within the aura.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- cold
- aura
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The spell is reflected back upon the caster, with the effect of __spell
turning__.
failure: null
frequency: null
maximum_duration: null
name: Reflect Spell
range: null
raw_description: '**Reflect Spell** [Reaction] **Trigger** The silver dragon critically
succeeds at a saving throw against a spell, or a caster trying to target the dragon
critically fails their attack roll. **Effect** The spell is reflected back upon
the caster, with the effect of __spell turning__.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The silver dragon critically succeeds at a saving throw against a spell, trigger: The silver dragon critically succeeds at a saving throw against a spell,
or a caster trying to target the dragon critically fails their attack roll. or a caster trying to target the dragon critically fails their attack roll.
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon raises its wing, gaining a +2 circumstance bonus to AC against
the triggering attack. If the dragon is flying, it descends 10 feet after the
attack is complete.
failure: null
frequency: null
maximum_duration: null
name: Wing Deflection
range: null
raw_description: '**Wing Deflection** [Reaction] **Trigger** The silver dragon is
targeted with an attack. **Effect** The dragon raises its wing, gaining a +2 circumstance
bonus to AC against the triggering attack. If the dragon is flying, it descends
10 feet after the attack is complete.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: The silver dragon is targeted with an attack.
description: 'Silver dragons are among the most chivalrous of all dragonkind; they description: 'Silver dragons are among the most chivalrous of all dragonkind; they
wield frost and cold as weapons, can walk on clouds, and dwell high upon snowy mountain wield frost and cold as weapons, can walk on clouds, and dwell high upon snowy mountain
peaks or deep in steep, misty valleys. Although they typically make their lairs peaks or deep in steep, misty valleys. Although they typically make their lairs
@ -210,12 +262,11 @@ level: 19
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+17 - formula: 4d10+17
type: piercing type: piercing
- formula: 4d6
type: cold
name: jaws name: jaws
plus_damage:
- formula: null
type: 4d6 cold
to_hit: 37 to_hit: 37
traits: traits:
- cold - cold
@ -223,10 +274,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d8+17 - formula: 4d8+17
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 37 to_hit: 37
traits: traits:
- agile - agile
@ -234,10 +284,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+15 - formula: 3d10+15
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- magical - magical
@ -262,8 +311,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Fog Vision name: Fog Vision
range: null range: null

View File

@ -9,8 +9,9 @@ ac: 45
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: The creature is enfeebled 3 for 1 minute and __blinded__ for 1
critical_success: null round.
critical_success: The creature is unaffected.
description: "The umbral dragon breathes in one of two ways. They can't use Breath\ description: "The umbral dragon breathes in one of two ways. They can't use Breath\
\ Weapon again for 1d4 rounds.\n\n * **Negative **(__necromancy__, __negative__,\ \ Weapon again for 1d4 rounds.\n\n * **Negative **(__necromancy__, __negative__,\
\ __primal__) The dragon breathes a blast of darkness in a 50-foot cone that deals\ \ __primal__) The dragon breathes a blast of darkness in a 50-foot cone that deals\
@ -19,10 +20,8 @@ active_abilities:
\ __shadow__) The dragon breathes a blast of shadows in a 50-foot cone. Each creature\ \ __shadow__) The dragon breathes a blast of shadows in a 50-foot cone. Each creature\
\ within the cone must attempt a DC 42 Fortitude save." \ within the cone must attempt a DC 42 Fortitude save."
effect: null effect: null
failure: null failure: The creature is enfeebled 3 for 1 minute.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -33,91 +32,16 @@ active_abilities:
\ save). Undead creatures take 25d6 force damage instead of the negative damage.\n\ \ save). Undead creatures take 25d6 force damage instead of the negative damage.\n\
\n * **Shadows **(__necromancy__, __primal__, __shadow__) The dragon breathes\ \n * **Shadows **(__necromancy__, __primal__, __shadow__) The dragon breathes\
\ a blast of shadows in a 50-foot cone. Each creature within the cone must attempt\ \ a blast of shadows in a 50-foot cone. Each creature within the cone must attempt\
\ a DC 42 Fortitude save." \ a DC 42 Fortitude save.\n\n**Critical Success **The creature is unaffected.\n\
requirements: null \n**Success **The creature is __enfeebled 3__ for 1 round.\n\n**Failure **The\
saving_throw: null \ creature is enfeebled 3 for 1 minute.\n\n**Critical Failure **The creature is\
stages: null \ enfeebled 3 for 1 minute and __blinded__ for 1 round."
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected.
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __enfeebled 3__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The creature is __enfeebled 3__ for 1 round.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: The creature is __enfeebled 3__ for 1 round. success: The creature is __enfeebled 3__ for 1 round.
traits: null traits: null
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is enfeebled 3 for 1 minute.
effect: null
failure: The creature is enfeebled 3 for 1 minute.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The creature is enfeebled 3 for 1 minute.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The creature is enfeebled 3 for 1 minute and __blinded__ for 1
round.
critical_success: null
description: The creature is enfeebled 3 for 1 minute and __blinded__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **The creature is enfeebled 3 for 1 minute
and __blinded__ for 1 round.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -125,8 +49,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -146,8 +68,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -170,8 +90,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Drain Vigor name: Drain Vigor
range: null range: null
@ -198,8 +116,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ghost Bane name: Ghost Bane
range: null range: null
@ -223,8 +139,6 @@ automatic_abilities:
effect: null effect: null
failure: The creature is __frightened 2__. failure: The creature is __frightened 2__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Frightful Presence name: Frightful Presence
range: 90 feet range: 90 feet
@ -264,8 +178,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -316,8 +228,8 @@ hp: 375
hp_misc: null hp_misc: null
immunities: immunities:
- negative - negative
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Common - Common
- Daemonic - Daemonic
@ -328,14 +240,13 @@ level: 20
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+18 - formula: 4d10+18
type: piercing type: piercing
name: jaws - formula: 4d6
plus_damage: type: negative
- formula: null
type: 4d6 negative
- formula: null - formula: null
type: drain vigor type: drain vigor
name: jaws
to_hit: 38 to_hit: 38
traits: traits:
- negative - negative
@ -343,10 +254,9 @@ melee_attacks:
- reach 20 feet - reach 20 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+18 - formula: 4d10+18
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 38 to_hit: 38
traits: traits:
- agile - agile
@ -354,20 +264,18 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d12+18 - formula: 4d12+18
type: slashing type: slashing
name: tail name: tail
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- magical - magical
- reach 25 feet - reach 25 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+18 - formula: 3d10+18
type: slashing type: slashing
name: wing name: wing
plus_damage: null
to_hit: 36 to_hit: 36
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Frenzy name: Draconic Frenzy
range: null range: null
@ -62,8 +58,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Draconic Momentum name: Draconic Momentum
range: null range: null
@ -85,8 +79,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ground Slam name: Ground Slam
range: null range: null
@ -109,8 +101,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ice Climb name: Ice Climb
range: null range: null
@ -133,8 +123,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shape Ice name: Shape Ice
range: null range: null
@ -154,16 +142,17 @@ active_abilities:
trigger: null trigger: null
alignment: CE alignment: CE
automatic_abilities: automatic_abilities:
- action_cost: Reaction - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: null description: 50 feet. After the dragon uses its Breath Weapon, a fierce blizzard
effect: The dragon's blood sprays on the creature, dealing 3d6 cold damage. A creature of blinding snow surrounds its body for 1 round. Everything in the aura is diffcult
that takes cold damage in this way is slowed 1 for 1 round. terrain for other creatures that are on the ground, climbing, or flying. The blowing
snow also makes all creatures in the area concealed. While the blizzard rages,
the dragon's dragon chill extends to the full area of the blizzard.
effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Blizzard name: Blizzard
range: null range: null
@ -172,21 +161,90 @@ automatic_abilities:
its body for 1 round. Everything in the aura is diffcult terrain for other creatures its body for 1 round. Everything in the aura is diffcult terrain for other creatures
that are on the ground, climbing, or flying. The blowing snow also makes all creatures that are on the ground, climbing, or flying. The blowing snow also makes all creatures
in the area concealed. While the blizzard rages, the dragon''s dragon chill extends in the area concealed. While the blizzard rages, the dragon''s dragon chill extends
to the full area of the blizzard. to the full area of the blizzard.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- cold
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: 10 feet, 3d6 cold damage (DC 34 basic Reflex)
effect: null
failure: null
frequency: null
maximum_duration: null
name: Dragon Chill
range: null
raw_description: '**Dragon Chill** (__arcane__, __aura__, __cold__, __evocation__);
10 feet, 3d6 cold damage (DC 34 basic Reflex)'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- arcane
- aura
- cold
- evocation
trigger: null
- action_cost: None
critical_failure: The creature is __frightened 4__.
critical_success: The creature is unaffected by the presence.
description: A creature that first enters the area must attempt a Will save. Regardless
of the result of the saving throw, the creature is temporarily immune to this
monster's Frightful Presence for 1 minute.
effect: null
failure: The creature is __frightened 2__.
frequency: null
maximum_duration: null
name: Frightful Presence
range: 90 feet
raw_description: '**Frightful Presence** A creature that first enters the area must
attempt a Will save. Regardless of the result of the saving throw, the creature
is temporarily immune to this monster''s Frightful Presence for 1 minute.
**Dragon Chill** (__arcane__, __aura__, __cold__, __evocation__); 10 feet, 3d6 **Critical Success** The creature is unaffected by the presence.
cold damage (DC 34 basic Reflex)
**Frightful Presence** (__aura__, __emotion__, __fear__, __mental__) 90 feet, **Success** The creature is __frightened 1__.
DC 34
**Freezing Blood** [Reaction] (__arcane__, __cold__); **Trigger** An adjacent **Failure** The creature is __frightened 2__.
creature deals piercing or slashing damage to the dragon. **Effect** The dragon''s
blood sprays on the creature, dealing 3d6 cold damage. A creature that takes cold
damage in this way is slowed 1 for 1 round.' **Critical Failure** The creature is __frightened 4__.'
requirements: null
saving_throw: DC 34
stages: null
success: The creature is __frightened 1__.
traits:
- aura
- emotion
- fear
- mental
trigger: null
- action_cost: Reaction
critical_failure: null
critical_success: null
description: null
effect: The dragon's blood sprays on the creature, dealing 3d6 cold damage. A creature
that takes cold damage in this way is slowed 1 for 1 round.
failure: null
frequency: null
maximum_duration: null
name: Freezing Blood
range: null
raw_description: '**Freezing Blood** [Reaction] (__arcane__, __cold__); **Trigger**
An adjacent creature deals piercing or slashing damage to the dragon. **Effect**
The dragon''s blood sprays on the creature, dealing 3d6 cold damage. A creature
that takes cold damage in this way is slowed 1 for 1 round.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -236,12 +294,11 @@ level: 15
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+16 - formula: 3d12+16
type: piercing type: piercing
- formula: 3d6
type: cold
name: jaws name: jaws
plus_damage:
- formula: null
type: 3d6 cold
to_hit: 31 to_hit: 31
traits: traits:
- cold - cold
@ -249,10 +306,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+16 - formula: 3d10+16
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 31 to_hit: 31
traits: traits:
- agile - agile
@ -260,10 +316,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+14 - formula: 2d10+14
type: bludgeoning type: bludgeoning
name: tail name: tail
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- magical - magical
@ -289,8 +344,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Snow Vision name: Snow Vision
range: null range: null

View File

@ -11,15 +11,10 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: An animate dream's touch fills the victim's mind with terrifying visions; description: An animate dream's touch fills the victim's mind with terrifying visions
**Saving Throw **DC 26 Fortitude; **Stage 1 **__fatigued__ (1 day); **Stage 2
**fatigued and __stupefied 1__ (1 day); **Stage 3** The victim falls __asleep__
and can't be awakened as long as they remain at this stage (1 day).
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Endless Nightmare name: Endless Nightmare
range: null range: null
@ -30,8 +25,12 @@ active_abilities:
falls __asleep__ and can''t be awakened as long as they remain at this stage (1 falls __asleep__ and can''t be awakened as long as they remain at this stage (1
day).' day).'
requirements: null requirements: null
saving_throw: null saving_throw: DC 26 Fortitude
stages: null stages:
- effect: __fatigued__ (1 day)
- effect: fatigued and __stupefied 1__ (1 day)
- effect: The victim falls __asleep__ and can't be awakened as long as they remain
at this stage (1 day).
success: null success: null
traits: traits:
- curse - curse
@ -102,12 +101,11 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 4d8
type: 4d8 negative type: negative
name: nightmare tendril
plus_damage:
- formula: null - formula: null
type: endless nightmare type: endless nightmare
name: nightmare tendril
to_hit: 20 to_hit: 20
traits: traits:
- agile - agile

View File

@ -23,8 +23,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Construct Armor name: Construct Armor
range: null range: null
@ -68,10 +66,9 @@ level: 2
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+4 - formula: 1d8+4
type: slashing type: slashing
name: glaive name: glaive
plus_damage: null
to_hit: 11 to_hit: 11
traits: traits:
- deadly 1d8 - deadly 1d8
@ -80,10 +77,9 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+4 - formula: 1d6+4
type: bludgeoning type: bludgeoning
name: gauntlet name: gauntlet
plus_damage: null
to_hit: 9 to_hit: 9
traits: traits:
- agile - agile

View File

@ -20,8 +20,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dust name: Dust
range: null range: null
@ -48,8 +46,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Construct Armor name: Construct Armor
range: null range: null
@ -93,12 +89,11 @@ level: -1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 1d4
type: 1d4 bludgeoning type: bludgeoning
name: bristles
plus_damage:
- formula: null - formula: null
type: dust type: dust
name: bristles
to_hit: 6 to_hit: 6
traits: traits:
- agile - agile

View File

@ -23,8 +23,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Construct Armor name: Construct Armor
range: null range: null
@ -71,12 +69,11 @@ level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+6 - formula: 1d8+6
type: bludgeoning type: bludgeoning
name: fist
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: fist
to_hit: 11 to_hit: 11
traits: traits:
- magical - magical

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Armor-Rending Bite name: Armor-Rending Bite
range: null range: null
@ -38,8 +36,6 @@ active_abilities:
persistent acid damage (DC 20 basic Reflex save). persistent acid damage (DC 20 basic Reflex save).
failure: null failure: null
frequency: once per hour frequency: once per hour
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spray Acid name: Spray Acid
range: null range: null
@ -72,12 +68,11 @@ level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+4 - formula: 1d8+4
type: piercing type: piercing
- formula: 1d6
type: acid
name: mandibles name: mandibles
plus_damage:
- formula: null
type: 1d6 acid
to_hit: 13 to_hit: 13
traits: traits:
- acid - acid
@ -86,10 +81,9 @@ perception: 7
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 3d6
type: 3d6 acid type: acid
name: acid spit name: acid spit
plus_damage: null
to_hit: 10 to_hit: 10
traits: traits:
- acid - acid

View File

@ -27,8 +27,6 @@ active_abilities:
39 Perception check. 39 Perception check.
failure: null failure: null
frequency: once per day frequency: once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shadow Doubles name: Shadow Doubles
range: null range: null
@ -63,8 +61,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Sneak Attack name: Sneak Attack
range: null range: null
@ -114,22 +110,20 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d6+15 - formula: 3d6+15
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- agile - agile
- cold iron - cold iron
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+15 - formula: 2d6+15
type: piercing type: piercing
- formula: 2d6
type: persistent bleed
name: wing name: wing
plus_damage:
- formula: null
type: 2d6 persistent bleed
to_hit: 29 to_hit: 29
traits: traits:
- cold iron - cold iron

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Punishing Tail name: Punishing Tail
range: null range: null
@ -39,8 +37,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trample name: Trample
range: null range: null
@ -88,22 +84,20 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+7 - formula: 2d8+7
type: bludgeoning type: bludgeoning
name: tail
plus_damage:
- formula: null - formula: null
type: punishing tail type: punishing tail
name: tail
to_hit: 17 to_hit: 17
traits: traits:
- backswing - backswing
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+7 - formula: 2d6+7
type: bludgeoning type: bludgeoning
name: foot name: foot
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- reach 10 feet - reach 10 feet

View File

@ -22,8 +22,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Bonds of Iron name: Bonds of Iron
range: null range: null
@ -54,8 +52,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -80,8 +76,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Rend name: Rend
range: null range: null
@ -119,12 +113,11 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+6 - formula: 2d8+6
type: cold iron slashing type: cold iron slashing
name: claw
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: claw
to_hit: 16 to_hit: 16
traits: traits:
- agile - agile
@ -154,8 +147,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Coven name: Coven
range: null range: null

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Roll name: Roll
range: null range: null
@ -42,8 +40,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trample name: Trample
range: null range: null
@ -55,18 +51,16 @@ active_abilities:
traits: null traits: null
trigger: null trigger: null
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: The creature takes double damage and is stunned 3.
critical_success: null critical_success: The creature is unaffected.
description: The aolaz releases a tremendous blast of sonic energy from its trunk description: The aolaz releases a tremendous blast of sonic energy from its trunk
in a 150-foot line, dealing 12d10 sonic damage. The frequency of this sound is in a 150-foot line, dealing 12d10 sonic damage. The frequency of this sound is
such that it is completely imperceptible to __humanoids__, but the damage it wreaks such that it is completely imperceptible to __humanoids__, but the damage it wreaks
is all too evident. Each creature in the area must attempt a DC 40 Fortitude save. is all too evident. Each creature in the area must attempt a DC 40 Fortitude save.
The aolaz can't use Ultrasonic Blast again for 1d4 rounds. The aolaz can't use Ultrasonic Blast again for 1d4 rounds.
effect: null effect: null
failure: null failure: The creature takes full damage and is stunned 2.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ultrasonic Blast name: Ultrasonic Blast
range: null range: null
@ -75,92 +69,27 @@ active_abilities:
in a 150-foot line, dealing 12d10 sonic damage. The frequency of this sound is in a 150-foot line, dealing 12d10 sonic damage. The frequency of this sound is
such that it is completely imperceptible to __humanoids__, but the damage it wreaks such that it is completely imperceptible to __humanoids__, but the damage it wreaks
is all too evident. Each creature in the area must attempt a DC 40 Fortitude save. is all too evident. Each creature in the area must attempt a DC 40 Fortitude save.
The aolaz can''t use Ultrasonic Blast again for 1d4 rounds.' The aolaz can''t use Ultrasonic Blast again for 1d4 rounds.
requirements: null
saving_throw: null
stages: null **Critical Success** The creature is unaffected.
success: null
traits:
- arcane **Success** The creature takes half damage and is __stunned 1__.
- evocation
- sonic
trigger: null **Failure** The creature takes full damage and is stunned 2.
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected. **Critical Failure** The creature takes double damage and is stunned 3.'
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success** The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature takes half damage and is __stunned 1__.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success** The creature takes half damage and is __stunned 1__.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: The creature takes half damage and is __stunned 1__. success: The creature takes half damage and is __stunned 1__.
traits: null traits:
trigger: null - arcane
- action_cost: None - evocation
critical_failure: null - sonic
critical_success: null
description: The creature takes full damage and is stunned 2.
effect: null
failure: The creature takes full damage and is stunned 2.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure** The creature takes full damage and is stunned 2.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The creature takes double damage and is stunned 3.
critical_success: null
description: The creature takes double damage and is stunned 3.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** The creature takes double damage and is stunned
3.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null trigger: null
alignment: N alignment: N
automatic_abilities: null automatic_abilities: null
@ -188,29 +117,28 @@ hp: 255
hp_misc: null hp_misc: null
immunities: immunities:
- bleed - bleed
- <a style="text-decoration:underline" href="Traits.aspx?ID=40">death</a> effects - __death__ effects
- <a style="text-decoration:underline" href="Traits.aspx?ID=46">disease</a> - __disease__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=9">doomed</a> - __doomed__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=10">drained</a> - __drained__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=15">fatigued</a> - __fatigued__
- <a style="text-decoration:underline" href="Traits.aspx?ID=89">healing</a> - __healing__
- <a style="text-decoration:underline" href="Traits.aspx?ID=117">necromancy</a> - __necromancy__
- <a style="text-decoration:underline" href="Traits.aspx?ID=188">nonlethal</a> attacks - __nonlethal__ attacks
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=126">poison</a> - __poison__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=34">sickened</a> - __sickened__
- sonic - sonic
- <a style="text-decoration:underline" href="Conditions.aspx?ID=38">unconscious</a> - __unconscious__
level: 18 level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 5d10+17 - formula: 5d10+17
type: bludgeoning type: bludgeoning
name: trunk
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: trunk
to_hit: 35 to_hit: 35
traits: traits:
- magical - magical
@ -219,10 +147,9 @@ melee_attacks:
- trip - trip
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 5d8+15 - formula: 5d8+15
type: bludgeoning type: bludgeoning
name: foot name: foot
plus_damage: null
to_hit: 33 to_hit: 33
traits: traits:
- magical - magical
@ -254,8 +181,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Flawless Hearing name: Flawless Hearing
range: null range: null

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -48,8 +46,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Earth Glide name: Earth Glide
range: null range: null
@ -76,8 +72,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Blightburn Radiation name: Blightburn Radiation
range: 60 feet range: 60 feet
@ -108,8 +102,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Charged Earth name: Charged Earth
range: null range: null
@ -136,7 +128,7 @@ description: '__Shaitans__ corrupted by the Black Desert''s blightburn become sc
hp: 280 hp: 280
hp_misc: null hp_misc: null
immunities: immunities:
- <a style="text-decoration:underline" href="Traits.aspx?ID=46">disease</a> - __disease__
items: items:
- +2 greater striking maul - +2 greater striking maul
languages: languages:
@ -146,10 +138,9 @@ level: 18
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+17 - formula: 3d12+17
type: bludgeoning type: bludgeoning
name: maul name: maul
plus_damage: null
to_hit: 35 to_hit: 35
traits: traits:
- magical - magical
@ -157,14 +148,13 @@ melee_attacks:
- shove - shove
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+17 - formula: 2d8+17
type: bludgeoning type: bludgeoning
name: sand fist - formula: 2d8
plus_damage: type: electricity
- formula: null
type: 2d8 electricity
- formula: null - formula: null
type: blightburn sickness type: blightburn sickness
name: sand fist
to_hit: 35 to_hit: 35
traits: traits:
- agile - agile
@ -178,14 +168,13 @@ perception: 31
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 4d8
type: 4d8 piercing type: piercing
name: sand spear - formula: 2d8
plus_damage: type: electricity
- formula: null
type: 2d8 electricity
- formula: null - formula: null
type: blightburn sickness type: blightburn sickness
name: sand spear
to_hit: 32 to_hit: 32
traits: traits:
- earth - earth

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Electrical Burst name: Electrical Burst
range: null range: null
@ -65,12 +63,11 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+1 - formula: 1d6+1
type: piercing type: piercing
- formula: 1d4
type: lawful
name: shortsword name: shortsword
plus_damage:
- formula: null
type: 1d4 lawful
to_hit: 9 to_hit: 9
traits: traits:
- agile - agile
@ -102,8 +99,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Locate Inevitable name: Locate Inevitable
range: null range: null

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Awaken Tree name: Awaken Tree
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Sunder Objects name: Sunder Objects
range: null range: null
@ -65,8 +61,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Throw Rock name: Throw Rock
range: null range: null
@ -86,8 +80,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Axe Vulnerability name: Axe Vulnerability
range: null range: null
@ -126,19 +118,17 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+7 - formula: 2d12+7
type: bludgeoning type: bludgeoning
name: branch name: branch
plus_damage: null
to_hit: 19 to_hit: 19
traits: traits:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+7 - formula: 2d8+7
type: bludgeoning type: bludgeoning
name: root name: root
plus_damage: null
to_hit: 19 to_hit: 19
traits: traits:
- trip - trip
@ -147,10 +137,9 @@ perception: 18
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+7 - formula: 2d10+7
type: bludgeoning type: bludgeoning
name: rock name: rock
plus_damage: null
to_hit: 19 to_hit: 19
traits: traits:
- brutal - brutal

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shield Push name: Shield Push
range: null range: null
@ -39,8 +37,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Axe Vulnerability name: Axe Vulnerability
range: null range: null
@ -63,8 +59,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -91,8 +85,6 @@ automatic_abilities:
each take any remaining damage, possibly breaking or destroying the shield. each take any remaining damage, possibly breaking or destroying the shield.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shield Block name: Shield Block
range: null range: null
@ -137,19 +129,17 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+10 - formula: 1d8+10
type: bludgeoning type: bludgeoning
name: stone longsword name: stone longsword
plus_damage: null
to_hit: 13 to_hit: 13
traits: traits:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+10 - formula: 1d6+10
type: bludgeoning type: bludgeoning
name: shield bash name: shield bash
plus_damage: null
to_hit: 13 to_hit: 13
traits: null traits: null
name: Arboreal Warden name: Arboreal Warden

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swarming Bites name: Swarming Bites
range: null range: null
@ -48,8 +46,6 @@ automatic_abilities:
to the creature destroys these clinging ants. to the creature destroys these clinging ants.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cling name: Cling
range: null range: null
@ -63,7 +59,7 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature leaves the swarm's space; trigger: A creature leaves the swarm's space
description: 'An army ant swarm is a terrifying carpet of stinging insects that devours description: 'An army ant swarm is a terrifying carpet of stinging insects that devours
all in its path. all in its path.
@ -75,7 +71,7 @@ hp: 55
hp_misc: null hp_misc: null
immunities: immunities:
- precision - precision
- <a style="text-decoration:underline" href="MonsterAbilities.aspx?ID=36">swarm mind</a> - __swarm mind__
level: 5 level: 5
melee_attacks: null melee_attacks: null
name: Army Ant Swarm name: Army Ant Swarm

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack from Above name: Attack from Above
range: null range: null
@ -53,8 +51,6 @@ active_abilities:
reduces the drained value by 1 after 10 minutes.' reduces the drained value by 1 after 10 minutes.'
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Drink Blood name: Drink Blood
range: null range: null
@ -72,8 +68,8 @@ active_abilities:
A victim''s drained condition decreases by 1 each week. A blood transfusion, which A victim''s drained condition decreases by 1 each week. A blood transfusion, which
requires a successful DC 20 Medicine check and a blood donor or sufficient blood, requires a successful DC 20 Medicine check and a blood donor or sufficient blood,
reduces the drained value by 1 after 10 minutes.' reduces the drained value by 1 after 10 minutes.'
requirements: A grabbed, paralyzed, restrained, unconscious, or willing creature requirements: A __grabbed__, __paralyzed__, __restrained__, __unconscious__, or
is within reach of the asanbosam's jaws. willing creature is within reach of the asanbosam's jaws.
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
@ -115,21 +111,19 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+7 - formula: 2d8+7
type: piercing type: piercing
name: cold iron jaws name: cold iron jaws
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- deadly 1d8 - deadly 1d8
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+7 - formula: 2d6+7
type: slashing type: slashing
name: claw
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: claw
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -41,8 +39,6 @@ automatic_abilities:
to __Escape__ to remove these effects. Assassin vines are immune to Grasping Foliage. to __Escape__ to remove these effects. Assassin vines are immune to Grasping Foliage.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Grasping Foliage name: Grasping Foliage
range: null range: null
@ -61,7 +57,7 @@ automatic_abilities:
traits: traits:
- primal - primal
- transmutation - transmutation
trigger: The assassin vine detects a creature within 20 feet via tremorsense; trigger: The assassin vine detects a creature within 20 feet via __tremorsense__
description: 'The assassin vine is a carnivorous plant with a voracious appetite. description: 'The assassin vine is a carnivorous plant with a voracious appetite.
Rather than consuming creatures directly, it creates its own fertilizer by entangling Rather than consuming creatures directly, it creates its own fertilizer by entangling
prey and squeezing the life from it. Once the plant has killed a creature, it pulls prey and squeezing the life from it. Once the plant has killed a creature, it pulls
@ -105,12 +101,11 @@ level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+6 - formula: 1d8+6
type: bludgeoning type: bludgeoning
name: vine
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: vine
to_hit: 12 to_hit: 12
traits: traits:
- reach 10 feet - reach 10 feet
@ -134,8 +129,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Camouflage name: Camouflage
range: null range: null

View File

@ -20,8 +20,6 @@ active_abilities:
A creature that survives is temporarily immune for 1 minute. A creature that survives is temporarily immune for 1 minute.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Devour Soul name: Devour Soul
range: null range: null
@ -56,8 +54,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Essence Drain name: Essence Drain
range: null range: null
@ -82,26 +78,16 @@ automatic_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: 'An astradaemon draws power from the souls of the recently slain. If description: An astradaemon draws power from the souls of the recently slain. If
a Small or larger living creature dies within its aura, the astradaemon gains a Small or larger living creature dies within its aura, the astradaemon gains
5 temporary Hit Points and a +1 status bonus to attack and damage rolls for 1 5 temporary Hit Points and a +1 status bonus to attack and damage rolls for 1
round, unless the creature was slain by an astradaemon''s Devour Soul ability. round, unless the creature was slain by an astradaemon's Devour Soul ability.
Incorporeal undead and living spirits traveling outside the body take 1d8 force Incorporeal undead and living spirits traveling outside the body take 1d8 force
damage each round within the daemon''s aura from the spiritual pressure as the damage each round within the daemon's aura from the spiritual pressure as the
astradaemon pulls in fragments of their soul. astradaemon pulls in fragments of their soul.
**Displacement** (__divine__, __illusion__, __visual__) An astradaemon bends light,
appearing shifted from its true position, though still in the same space. Creatures
targeting the astradaemon must attempt a DC 11 flat check, as if the astradaemon
were hidden, even though it remains observed. Effects such as the Blind-Fight
feat and halfling''s keen eyes that apply on the flat check against hidden creatures
also apply against a displaced astradaemon.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Soul Siphon name: Soul Siphon
range: 30 feet range: 30 feet
@ -112,15 +98,7 @@ automatic_abilities:
unless the creature was slain by an astradaemon''s Devour Soul ability. Incorporeal unless the creature was slain by an astradaemon''s Devour Soul ability. Incorporeal
undead and living spirits traveling outside the body take 1d8 force damage each undead and living spirits traveling outside the body take 1d8 force damage each
round within the daemon''s aura from the spiritual pressure as the astradaemon round within the daemon''s aura from the spiritual pressure as the astradaemon
pulls in fragments of their soul. pulls in fragments of their soul.'
**Displacement** (__divine__, __illusion__, __visual__) An astradaemon bends light,
appearing shifted from its true position, though still in the same space. Creatures
targeting the astradaemon must attempt a DC 11 flat check, as if the astradaemon
were hidden, even though it remains observed. Effects such as the Blind-Fight
feat and halfling''s keen eyes that apply on the flat check against hidden creatures
also apply against a displaced astradaemon.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -131,6 +109,35 @@ automatic_abilities:
- force - force
- necromancy - necromancy
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: An astradaemon bends light, appearing shifted from its true position,
though still in the same space. Creatures targeting the astradaemon must attempt
a DC 11 flat check, as if the astradaemon were hidden, even though it remains
observed. Effects such as the Blind-Fight feat and halfling's keen eyes that apply
on the flat check against hidden creatures also apply against a displaced astradaemon.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Displacement
range: null
raw_description: '**Displacement** (__divine__, __illusion__, __visual__) An astradaemon
bends light, appearing shifted from its true position, though still in the same
space. Creatures targeting the astradaemon must attempt a DC 11 flat check, as
if the astradaemon were hidden, even though it remains observed. Effects such
as the Blind-Fight feat and halfling''s keen eyes that apply on the flat check
against hidden creatures also apply against a displaced astradaemon.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- divine
- illusion
- visual
trigger: null
description: 'These unnerving, almost reptilian daemons represent death by direct description: 'These unnerving, almost reptilian daemons represent death by direct
assault against a soul or life-force—the same numbing death they bring with their assault against a soul or life-force—the same numbing death they bring with their
fell touch. Rarely seen on the Material Plane, astradaemons spend most of their fell touch. Rarely seen on the Material Plane, astradaemons spend most of their
@ -165,16 +172,15 @@ level: 16
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+9 - formula: 3d8+9
type: piercing type: piercing
name: jaws - formula: 1d6
plus_damage: type: evil
- formula: null
type: 1d6 evil
- formula: null - formula: null
type: essence drain type: essence drain
- formula: null - formula: null
type: Grab type: Grab
name: jaws
to_hit: 32 to_hit: 32
traits: traits:
- evil - evil
@ -182,14 +188,13 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d6+9 - formula: 3d6+9
type: slashing type: slashing
name: claw - formula: 1d6
plus_damage: type: evil
- formula: null
type: 1d6 evil
- formula: null - formula: null
type: Essence Drain type: Essence Drain
name: claw
to_hit: 32 to_hit: 32
traits: traits:
- agile - agile
@ -198,14 +203,13 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d10+9 - formula: 3d10+9
type: bludgeoning type: bludgeoning
name: tail - formula: 1d6
plus_damage: type: evil
- formula: null
type: 1d6 evil
- formula: null - formula: null
type: Essence Drain type: Essence Drain
name: tail
to_hit: 32 to_hit: 32
traits: traits:
- evil - evil

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Divine Armament name: Divine Armament
range: null range: null
@ -40,8 +38,6 @@ active_abilities:
failure, the foe is __stunned 2__ instead. failure, the foe is __stunned 2__ instead.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Stunning Strike name: Stunning Strike
range: null range: null
@ -67,8 +63,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Traveler's Aura name: Traveler's Aura
range: 20 feet range: 20 feet
@ -94,8 +88,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Messenger's Amnesty name: Messenger's Amnesty
range: null range: null
@ -146,12 +138,11 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+22 - formula: 2d8+22
type: bludgeoning type: bludgeoning
- formula: 1d6
type: good
name: holy warhammer name: holy warhammer
plus_damage:
- formula: null
type: 1d6 good
to_hit: 30 to_hit: 30
traits: traits:
- good - good

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 6 rounds maximum_duration: 6 rounds
name: Athach Venom name: Athach Venom
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
athach's multiple attack penalty. athach's multiple attack penalty.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swift Claw name: Swift Claw
range: null range: null
@ -57,7 +53,7 @@ active_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The athach hits a creature with two fist Strikes; trigger: The athach hits a creature with two fist Strikes
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -65,8 +61,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Throw Rock name: Throw Rock
range: null range: null
@ -92,8 +86,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -118,8 +110,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Catch Rock name: Catch Rock
range: null range: null
@ -166,29 +156,26 @@ level: 12
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+13 - formula: 3d12+13
type: bludgeoning type: bludgeoning
name: fist name: fist
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+13 - formula: 3d8+13
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: athach venom type: athach venom
name: jaws
to_hit: 25 to_hit: 25
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+13 - formula: 3d8+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- agile - agile
@ -197,10 +184,9 @@ perception: 22
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+13 - formula: 3d8+13
type: bludgeoning type: bludgeoning
name: rock name: rock
plus_damage: null
to_hit: 25 to_hit: 25
traits: traits:
- brutal - brutal

View File

@ -9,27 +9,39 @@ ac: 21
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: The target is enfeebled 1 for 24 hours, is fatigued, and falls
critical_success: null __unconscious__.
critical_success: The target is unaffected.
description: The attic whisperer siphons the breath from living creatures, sapping description: The attic whisperer siphons the breath from living creatures, sapping
their strength. A living creature hit by a jaws Strike must attempt a DC 21 Fortitude their strength. A living creature hit by a jaws Strike must attempt a DC 21 Fortitude
save. save.
effect: null effect: null
failure: null failure: The target is enfeebled 1 for 24 hours and __fatigued__.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Steal Breath name: Steal Breath
range: null range: null
raw_description: '**Steal Breath** (__curse__, __incapacitation__, __necromancy__, raw_description: '**Steal Breath** (__curse__, __incapacitation__, __necromancy__,
__occult__) The attic whisperer siphons the breath from living creatures, sapping __occult__) The attic whisperer siphons the breath from living creatures, sapping
their strength. A living creature hit by a jaws Strike must attempt a DC 21 Fortitude their strength. A living creature hit by a jaws Strike must attempt a DC 21 Fortitude
save.' save.
**Critical Success** The target is unaffected.
**Success **The target is __enfeebled 1__ for 1 round.
**Failure **The target is enfeebled 1 for 24 hours and __fatigued__.
**Critical Failure **The target is enfeebled 1 for 24 hours, is fatigued, and
falls __unconscious__.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The target is __enfeebled 1__ for 1 round.
traits: traits:
- curse - curse
- incapacitation - incapacitation
@ -37,205 +49,54 @@ active_abilities:
- occult - occult
trigger: null trigger: null
- action_cost: None - action_cost: None
critical_failure: null critical_failure: As failure, but the effects lasts until the attic whisperer is
destroyed or the curse is removed.
critical_success: The target is unaffected. critical_success: The target is unaffected.
description: The target is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success** The target is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is __enfeebled 1__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The target is __enfeebled 1__ for 1 round.'
requirements: null
saving_throw: null
stages: null
success: The target is __enfeebled 1__ for 1 round.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is enfeebled 1 for 24 hours and __fatigued__.
effect: null
failure: The target is enfeebled 1 for 24 hours and __fatigued__.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The target is enfeebled 1 for 24 hours and __fatigued__.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The target is enfeebled 1 for 24 hours, is fatigued, and falls
__unconscious__.
critical_success: null
description: The target is enfeebled 1 for 24 hours, is fatigued, and falls __unconscious__.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **The target is enfeebled 1 for 24 hours, is
fatigued, and falls __unconscious__.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: When an attic whisperer hits a living creature with a bony hand Strike, description: When an attic whisperer hits a living creature with a bony hand Strike,
it tries to pull the victim's voice into its aura. The victim must attempt a DC it tries to pull the victim's voice into its aura. The victim must attempt a DC
21 Will save. 21 Will save.
effect: null effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Steal Voice
range: null
raw_description: '**Steal Voice** (__curse__, __necromancy__, __occult__) When an
attic whisperer hits a living creature with a bony hand Strike, it tries to pull
the victim''s voice into its aura. The victim must attempt a DC 21 Will save.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- curse
- necromancy
- occult
trigger: null
- action_cost: None
critical_failure: null
critical_success: The target is unaffected.
description: The target is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success** The target is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target's voice is weak for 1 minute. Anytime it attempts an action
with the __auditory__ trait, it must succeed at a DC 5 flat check or the action
is lost.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The target''s voice is weak for 1 minute. Anytime
it attempts an action with the __auditory__ trait, it must succeed at a DC 5 flat
check or the action is lost.'
requirements: null
saving_throw: null
stages: null
success: The target's voice is weak for 1 minute. Anytime it attempts an action
with the __auditory__ trait, it must succeed at a DC 5 flat check or the action
is lost.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target loses the ability to speak for 1 hour, until the curse is
removed, or until the attic whisperer is destroyed, whichever comes first. During
this time, the attic whisperer can perfectly mimic the target's voice, and the
target takes a 2 circumstance penalty to saving throws against that attic whisperer's
aura of sobs.
effect: null
failure: The target loses the ability to speak for 1 hour, until the curse is removed, failure: The target loses the ability to speak for 1 hour, until the curse is removed,
or until the attic whisperer is destroyed, whichever comes first. During this or until the attic whisperer is destroyed, whichever comes first. During this
time, the attic whisperer can perfectly mimic the target's voice, and the target time, the attic whisperer can perfectly mimic the target's voice, and the target
takes a 2 circumstance penalty to saving throws against that attic whisperer's takes a 2 circumstance penalty to saving throws against that attic whisperer's
aura of sobs. aura of sobs.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Failure name: Steal Voice
range: null range: null
raw_description: '**Failure **The target loses the ability to speak for 1 hour, raw_description: '**Steal Voice** (__curse__, __necromancy__, __occult__) When an
until the curse is removed, or until the attic whisperer is destroyed, whichever attic whisperer hits a living creature with a bony hand Strike, it tries to pull
comes first. During this time, the attic whisperer can perfectly mimic the target''s the victim''s voice into its aura. The victim must attempt a DC 21 Will save.
voice, and the target takes a 2 circumstance penalty to saving throws against
that attic whisperer''s aura of sobs.'
**Critical Success** The target is unaffected.
**Success **The target''s voice is weak for 1 minute. Anytime it attempts an action
with the __auditory__ trait, it must succeed at a DC 5 flat check or the action
is lost.
**Failure **The target loses the ability to speak for 1 hour, until the curse
is removed, or until the attic whisperer is destroyed, whichever comes first.
During this time, the attic whisperer can perfectly mimic the target''s voice,
and the target takes a 2 circumstance penalty to saving throws against that attic
whisperer''s aura of sobs.
**Critical Failure** As failure, but the effects lasts until the attic whisperer
is destroyed or the curse is removed.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The target's voice is weak for 1 minute. Anytime it attempts an action
traits: null with the __auditory__ trait, it must succeed at a DC 5 flat check or the action
trigger: null is lost.
- action_cost: None traits:
critical_failure: As failure, but the effects lasts until the attic whisperer is - curse
destroyed or the curse is removed. - necromancy
critical_success: null - occult
description: As failure, but the effects lasts until the attic whisperer is destroyed
or the curse is removed.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** As failure, but the effects lasts until the
attic whisperer is destroyed or the curse is removed.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null trigger: null
alignment: NE alignment: NE
automatic_abilities: automatic_abilities:
@ -252,8 +113,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Aura of Sobs name: Aura of Sobs
range: 10 feet range: 10 feet
@ -285,8 +144,6 @@ automatic_abilities:
a counteract modifier of +13. a counteract modifier of +13.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Whispered Despair name: Whispered Despair
range: null range: null
@ -299,8 +156,8 @@ automatic_abilities:
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature with an active emotion effect enters an attic whisperer's aura trigger: A creature with an active __emotion__ effect enters an attic whisperer's
of sobs aura of sobs**
description: 'Beware the haunting sobs of the attic whisperer, for they carry the description: 'Beware the haunting sobs of the attic whisperer, for they carry the
pained wrath of an abandoned child who perished due to the neglect or absence of pained wrath of an abandoned child who perished due to the neglect or absence of
their caretakers. Animated by loneliness, the embittered spirit binds itself to their caretakers. Animated by loneliness, the embittered spirit binds itself to
@ -327,11 +184,11 @@ description: 'Beware the haunting sobs of the attic whisperer, for they carry th
hp: 60 hp: 60
hp_misc: negative healing hp_misc: negative healing
immunities: immunities:
- <a style="text-decoration:underline" href="Traits.aspx?ID=40">death</a> effects - __death__ effects
- <a style="text-decoration:underline" href="Traits.aspx?ID=46">disease</a> - __disease__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=126">poison</a> - __poison__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=38">unconscious</a> - __unconscious__
languages: languages:
- Common - Common
- Necril - Necril
@ -339,24 +196,22 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 2d8
type: 2d8 piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: steal breath type: steal breath
name: jaws
to_hit: 15 to_hit: 15
traits: traits:
- agile - agile
- finesse - finesse
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 2d10
type: 2d10 negative type: negative
name: bony hand
plus_damage:
- formula: null - formula: null
type: steal voice type: steal voice
name: bony hand
to_hit: 13 to_hit: 13
traits: traits:
- agile - agile

View File

@ -9,17 +9,16 @@ ac: 36
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: As failure, but the creature can't attempt a flat check to recover
critical_success: null from confusion whenever it takes damage from an attack or spell.
critical_success: The creature is unaffected.
description: The augnagar's writhing limbs and flesh seethe and squirm in a disorienting description: The augnagar's writhing limbs and flesh seethe and squirm in a disorienting
and unsettling manner. Creatures in a 30-foot emanation must attempt a DC 34 Will and unsettling manner. Creatures in a 30-foot emanation must attempt a DC 34 Will
save, after which they are temporarily immune to further Confusing Displays for save, after which they are temporarily immune to further Confusing Displays for
1 minute. 1 minute.
effect: null effect: null
failure: null failure: The creature is stupefied 1 and __confused__ for 1 minute.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Confusing Display name: Confusing Display
range: null range: null
@ -28,11 +27,24 @@ active_abilities:
The augnagar''s writhing limbs and flesh seethe and squirm in a disorienting and The augnagar''s writhing limbs and flesh seethe and squirm in a disorienting and
unsettling manner. Creatures in a 30-foot emanation must attempt a DC 34 Will unsettling manner. Creatures in a 30-foot emanation must attempt a DC 34 Will
save, after which they are temporarily immune to further Confusing Displays for save, after which they are temporarily immune to further Confusing Displays for
1 minute.' 1 minute.
**Critical Success** The creature is unaffected.
**Success** The creature is __stupefied 1__ for 1 round.
**Failure** The creature is stupefied 1 and __confused__ for 1 minute.
**Critical Failure** As failure, but the creature can''t attempt a flat check
to recover from confusion whenever it takes damage from an attack or spell.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The creature is __stupefied 1__ for 1 round.
traits: traits:
- concentrate - concentrate
- emotion - emotion
@ -43,87 +55,6 @@ active_abilities:
- occult - occult
- visual - visual
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected.
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success** The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __stupefied 1__ for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success** The creature is __stupefied 1__ for 1 round.'
requirements: null
saving_throw: null
stages: null
success: The creature is __stupefied 1__ for 1 round.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is stupefied 1 and __confused__ for 1 minute.
effect: null
failure: The creature is stupefied 1 and __confused__ for 1 minute.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure** The creature is stupefied 1 and __confused__ for 1
minute.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: As failure, but the creature can't attempt a flat check to recover
from confusion whenever it takes damage from an attack or spell.
critical_success: null
description: As failure, but the creature can't attempt a flat check to recover
from confusion whenever it takes damage from an attack or spell.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** As failure, but the creature can''t attempt
a flat check to recover from confusion whenever it takes damage from an attack
or spell.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -135,8 +66,6 @@ active_abilities:
Strike. Strike.
failure: null failure: null
frequency: once per day frequency: once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Inhale Vitality name: Inhale Vitality
range: null range: null
@ -157,20 +86,10 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Saving Throw** DC 34 Fortitude; **Stage 1** __drained 1__ (1 day); description: null
**Stage 2** drained 2 and the creature displays hideous, festering wounds exuding
a horrific stench. Any creature within 30 feet of the victim must succeed at a
DC 34 Fortitude save or become __sickened 1__ (plus __slowed 1__ on a critical
failure, for as long as it''s sickened). While within the aura, affected creatures
take a 2 circumstance penalty to saves against __disease__ and to recover from
the sickened condition. A creature that succeeds at its save is temporarily immune
for 1 minute. The victim of the disease doesn''t roll a save, but takes the failure
effects automatically and can''t reduce its sickened value below 1 (1 day).'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Rotting Curse name: Rotting Curse
range: null range: null
@ -185,8 +104,18 @@ active_abilities:
of the disease doesn''t roll a save, but takes the failure effects automatically of the disease doesn''t roll a save, but takes the failure effects automatically
and can''t reduce its sickened value below 1 (1 day).' and can''t reduce its sickened value below 1 (1 day).'
requirements: null requirements: null
saving_throw: null saving_throw: DC 34 Fortitude
stages: null stages:
- effect: __drained 1__ (1 day)
- effect: drained 2 and the creature displays hideous, festering wounds exuding
a horrific stench. Any creature within 30 feet of the victim must succeed at
a DC 34 Fortitude save or become __sickened 1__ (plus __slowed 1__ on a critical
failure, for as long as it's sickened). While within the aura, affected creatures
take a 2 circumstance penalty to saves against __disease__ and to recover from
the sickened condition. A creature that succeeds at its save is temporarily
immune for 1 minute. The victim of the disease doesn't roll a save, but takes
the failure effects automatically and can't reduce its sickened value below
1 (1 day).
success: null success: null
traits: traits:
- curse - curse
@ -209,8 +138,8 @@ description: 'The brutish and gluttonous augnagar live to feast— preferably on
hp: 225 hp: 225
hp_misc: null hp_misc: null
immunities: immunities:
- <a style="text-decoration:underline" href="Conditions.aspx?ID=6">controlled</a> - __controlled__
- <a style="text-decoration:underline" href="Traits.aspx?ID=68">fear</a> - __fear__
languages: languages:
- Abyssal - Abyssal
- telepathy 100 feet - telepathy 100 feet
@ -218,16 +147,15 @@ level: 14
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+14 - formula: 3d12+14
type: piercing type: piercing
name: bite - formula: 4d6
plus_damage: type: persistent bleed
- formula: null - formula: 1d6
type: 4d6 persistent bleed type: chaotic
- formula: null
type: 1d6 chaotic
- formula: null - formula: null
type: rotting curse type: rotting curse
name: bite
to_hit: 28 to_hit: 28
traits: traits:
- chaotic - chaotic
@ -235,14 +163,13 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+14 - formula: 3d8+14
type: slashing type: slashing
- formula: 4d6
type: persistent bleed
- formula: 1d6
type: chaotic
name: sting name: sting
plus_damage:
- formula: null
type: 4d6 persistent bleed
- formula: null
type: 1d6 chaotic
to_hit: 28 to_hit: 28
traits: traits:
- agile - agile

View File

@ -18,8 +18,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Focus Gaze name: Focus Gaze
range: null range: null
@ -50,8 +48,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Whirling Slice name: Whirling Slice
range: null range: null
@ -76,8 +72,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Feel the Blades name: Feel the Blades
range: 30 feet range: 30 feet
@ -120,12 +114,11 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 1d4
type: 1d41 slashing type: 1 slashing
- formula: 1d4
type: persistent bleed
name: blade name: blade
plus_damage:
- formula: null
type: 1d4 persistent bleed
to_hit: 8 to_hit: 8
traits: traits:
- agile - agile
@ -154,8 +147,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Painsight name: Painsight
range: null range: null

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Bleeding Critical name: Bleeding Critical
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Gnaw Metal name: Gnaw Metal
range: null range: null
@ -68,8 +64,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Rapid Rake name: Rapid Rake
range: null range: null
@ -93,8 +87,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Tenacious Stance name: Tenacious Stance
range: null range: null
@ -114,8 +106,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ferocity name: Ferocity
range: null range: null
@ -155,22 +145,20 @@ level: 9
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+12 - formula: 2d10+12
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: jaws
to_hit: 21 to_hit: 21
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+12 - formula: 2d8+12
type: slashing type: slashing
name: claw
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: claw
to_hit: 21 to_hit: 21
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Axe Vulnerability name: Axe Vulnerability
range: null range: null
@ -50,19 +48,17 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+6 - formula: 2d8+6
type: bludgeoning type: bludgeoning
name: branch name: branch
plus_damage: null
to_hit: 16 to_hit: 16
traits: traits:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+6 - formula: 2d6+6
type: bludgeoning type: bludgeoning
name: root name: root
plus_damage: null
to_hit: 16 to_hit: 16
traits: traits:
- trip - trip

View File

@ -20,8 +20,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Crystalline Dust Form name: Crystalline Dust Form
range: null range: null
@ -92,12 +90,11 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+11 - formula: 2d8+11
type: bludgeoning type: bludgeoning
- formula: 1d6
type: lawful
name: warhammer name: warhammer
plus_damage:
- formula: null
type: 1d6 lawful
to_hit: 20 to_hit: 20
traits: traits:
- lawful - lawful
@ -105,12 +102,11 @@ melee_attacks:
- shove - shove
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+5 - formula: 1d8+5
type: bludgeoning type: bludgeoning
- formula: 1d6
type: lawful
name: fist name: fist
plus_damage:
- formula: null
type: 1d6 lawful
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile

View File

@ -11,15 +11,11 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Saving Throw** DC 37 Fortitude, **Maximum Duration** 6 rounds; **Stage description: null
1** 3d6 poison damage and clumsy 2 (1 round); **Stage 2** 4d6 poison damage and
clumsy 2 (1 round); **Stage 3** 6d6 poison damage and clumsy 2 (1 round)'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null maximum_duration: 6 rounds
generic_description: null
maximum_duration: null
name: Azure Worm Venom name: Azure Worm Venom
range: null range: null
raw_description: '**Azure Worm Venom** (__poison__) **Saving Throw** DC 37 Fortitude, raw_description: '**Azure Worm Venom** (__poison__) **Saving Throw** DC 37 Fortitude,
@ -27,8 +23,11 @@ active_abilities:
**Stage 2** 4d6 poison damage and clumsy 2 (1 round); **Stage 3** 6d6 poison damage **Stage 2** 4d6 poison damage and clumsy 2 (1 round); **Stage 3** 6d6 poison damage
and clumsy 2 (1 round)' and clumsy 2 (1 round)'
requirements: null requirements: null
saving_throw: null saving_throw: DC 37 Fortitude,
stages: null stages:
- effect: 3d6 poison damage and clumsy 2 (1 round)
- effect: 4d6 poison damage and clumsy 2 (1 round)
- effect: 6d6 poison damage and clumsy 2 (1 round)
success: null success: null
traits: traits:
- poison - poison
@ -44,8 +43,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breach name: Breach
range: null range: null
@ -67,8 +64,6 @@ active_abilities:
effect: The worm uses Swallow Whole. effect: The worm uses Swallow Whole.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Fast Swallow name: Fast Swallow
range: null range: null
@ -87,8 +82,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swallow Whole name: Swallow Whole
range: null range: null
@ -111,8 +104,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Thrash name: Thrash
range: null range: null
@ -129,6 +120,28 @@ active_abilities:
trigger: null trigger: null
alignment: N alignment: N
automatic_abilities: automatic_abilities:
- action_cost: None
critical_failure: null
critical_success: null
description: The azure worm recovers from the paralyzed, slowed, and stunned conditions
at the end of its turn. It's also immune to penalties to its Speeds and the immobilized
condition, and it ignores difficult terrain and greater difficult terrain.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Inexorable
range: null
raw_description: '**Inexorable** The azure worm recovers from the paralyzed, slowed,
and stunned conditions at the end of its turn. It''s also immune to penalties
to its Speeds and the immobilized condition, and it ignores difficult terrain
and greater difficult terrain.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -137,29 +150,21 @@ automatic_abilities:
artifacts, deities, or a similarly powerful source can't be avoided in this way. artifacts, deities, or a similarly powerful source can't be avoided in this way.
failure: null failure: null
frequency: once per day frequency: once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Inexorable name: Shake It Off
range: null range: null
raw_description: '**Inexorable** The azure worm recovers from the paralyzed, slowed, raw_description: '**Shake It Off** [Reaction] **Frequency** once per day; **Trigger**
and stunned conditions at the end of its turn. It''s also immune to penalties The azure worm would be affected by a condition or adverse effect (such as __baleful
to its Speeds and the immobilized condition, and it ignores difficult terrain polymorph__). **Effect** The azure worm negates the triggering condition or effect.
and greater difficult terrain. Effects from artifacts, deities, or a similarly powerful source can''t be avoided
in this way.'
**Shake It Off** [Reaction] **Frequency** once per day; **Trigger** The azure
worm would be affected by a condition or adverse effect (such as __baleful polymorph__).
**Effect** The azure worm negates the triggering condition or effect. Effects
from artifacts, deities, or a similarly powerful source can''t be avoided in this
way.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: The azure worm would be affected by a condition or adverse effect (such trigger: The azure worm would be affected by a condition or adverse effect (such
as baleful polymorph). as __baleful polymorph__).
description: 'The azure worm is a deep-blue creature that is more at home in flooded description: 'The azure worm is a deep-blue creature that is more at home in flooded
tunnels than dry caves. While an azure worm is a strong swimmer, it prefers to lie tunnels than dry caves. While an azure worm is a strong swimmer, it prefers to lie
in wait within the walls, door, or even ceiling of flooded caverns, ready to spring in wait within the walls, door, or even ceiling of flooded caverns, ready to spring
@ -180,24 +185,22 @@ level: 15
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+16 - formula: 3d12+16
type: piercing type: piercing
name: jaw
plus_damage:
- formula: null - formula: null
type: Improved Grab type: Improved Grab
name: jaw
to_hit: 31 to_hit: 31
traits: traits:
- deadly 2d10 - deadly 2d10
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d6+16 - formula: 4d6+16
type: piercing type: piercing
name: stinger
plus_damage:
- formula: null - formula: null
type: azure worm venom type: azure worm venom
name: stinger
to_hit: 31 to_hit: 31
traits: traits:
- agile - agile
@ -205,10 +208,9 @@ melee_attacks:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+14 - formula: 2d8+14
type: bludgeoning type: bludgeoning
name: body name: body
plus_damage: null
to_hit: 29 to_hit: 29
traits: traits:
- reach 15 feet - reach 15 feet

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -37,8 +35,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mimic Form name: Mimic Form
range: null range: null
@ -58,132 +54,56 @@ active_abilities:
- transmutation - transmutation
trigger: null trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: Mocking Touch has no effect.
critical_success: null
description: '**Requirement** The azuretzi is not currently using Mocking Touch
on a spell;'
effect: The azuretzi mocks a creature's magical ability with a touch. The azuretzi
must attempt a __Thievery__ check against the target's Will DC.
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Mocking Touch
range: null
raw_description: '**Mocking Touch** [Two Actions] (__abjuration__, __divine__)
**Requirement** The azuretzi is not currently using Mocking Touch on a spell;
**Effect** The azuretzi mocks a creature''s magical ability with a touch. The
azuretzi must attempt a __Thievery__ check against the target''s Will DC.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- abjuration
- divine
trigger: null
- action_cost: None
critical_failure: null
critical_success: The azuretzi chooses one spell of up to 3rd level that the target critical_success: The azuretzi chooses one spell of up to 3rd level that the target
creature has available to cast. The azuretzi gains that spell as a mock divine creature has available to cast. The azuretzi gains that spell as a mock divine
innate spell, and it can cast that spell once as an innate divine spell using innate spell, and it can cast that spell once as an innate divine spell using
its own DC and spell attack. It must do so before 24 hours pass or the mock spell its own DC and spell attack. It must do so before 24 hours pass or the mock spell
is lost. The creature touched cannot cast the mock spell until the azuretzi casts is lost. The creature touched cannot cast the mock spell until the azuretzi casts
it first or the 24 hour period passes, whichever comes first. it first or the 24 hour period passes, whichever comes first.
description: The azuretzi chooses one spell of up to 3rd level that the target creature description: '**Requirement** The azuretzi is not currently using Mocking Touch
has available to cast. The azuretzi gains that spell as a mock divine innate spell, on a spell'
and it can cast that spell once as an innate divine spell using its own DC and effect: The azuretzi mocks a creature's magical ability with a touch. The azuretzi
spell attack. It must do so before 24 hours pass or the mock spell is lost. The must attempt a __Thievery__ check against the target's Will DC.
creature touched cannot cast the mock spell until the azuretzi casts it first failure: As critical success, but the azuretzi must cast the mock spell before the
or the 24 hour period passes, whichever comes first. end of its next turn or it is lost, and the creature touched can cast the spell
effect: null normally.
failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Critical Success name: Mocking Touch
range: null range: null
raw_description: '**Critical Success** The azuretzi chooses one spell of up to 3rd raw_description: '**Mocking Touch** [Two Actions] (__abjuration__, __divine__)
level that the target creature has available to cast. The azuretzi gains that **Requirement** The azuretzi is not currently using Mocking Touch on a spell;
spell as a mock divine innate spell, and it can cast that spell once as an innate **Effect** The azuretzi mocks a creature''s magical ability with a touch. The
divine spell using its own DC and spell attack. It must do so before 24 hours azuretzi must attempt a __Thievery__ check against the target''s Will DC.
pass or the mock spell is lost. The creature touched cannot cast the mock spell
until the azuretzi casts it first or the 24 hour period passes, whichever comes
first.' **Critical Success** The azuretzi chooses one spell of up to 3rd level that the
requirements: null target creature has available to cast. The azuretzi gains that spell as a mock
saving_throw: null divine innate spell, and it can cast that spell once as an innate divine spell
stages: null using its own DC and spell attack. It must do so before 24 hours pass or the mock
success: null spell is lost. The creature touched cannot cast the mock spell until the azuretzi
traits: null casts it first or the 24 hour period passes, whichever comes first.
trigger: null
- action_cost: None
critical_failure: null **Success** As critical success, but the azuretzi has 1 hour to cast the mock
critical_success: null spell before it is lost, and the creature touched can cast the spell normally.
description: As critical success, but the azuretzi has 1 hour to cast the mock spell
before it is lost, and the creature touched can cast the spell normally.
effect: null **Failure** As critical success, but the azuretzi must cast the mock spell before
failure: null the end of its next turn or it is lost, and the creature touched can cast the
frequency: null spell normally.
full_description: null
generic_description: null
maximum_duration: null **Critical Failure** Mocking Touch has no effect.'
name: Success
range: null
raw_description: '**Success** As critical success, but the azuretzi has 1 hour to
cast the mock spell before it is lost, and the creature touched can cast the spell
normally.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: As critical success, but the azuretzi has 1 hour to cast the mock spell success: As critical success, but the azuretzi has 1 hour to cast the mock spell
before it is lost, and the creature touched can cast the spell normally. before it is lost, and the creature touched can cast the spell normally.
traits: null traits:
trigger: null - abjuration
- action_cost: None - divine
critical_failure: null
critical_success: null
description: As critical success, but the azuretzi must cast the mock spell before
the end of its next turn or it is lost, and the creature touched can cast the
spell normally.
effect: null
failure: As critical success, but the azuretzi must cast the mock spell before the
end of its next turn or it is lost, and the creature touched can cast the spell
normally.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure** As critical success, but the azuretzi must cast the
mock spell before the end of its next turn or it is lost, and the creature touched
can cast the spell normally.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: Mocking Touch has no effect.
critical_success: null
description: Mocking Touch has no effect.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** Mocking Touch has no effect.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null trigger: null
alignment: CN alignment: CN
automatic_abilities: automatic_abilities:
@ -203,8 +123,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Protean Anatomy name: Protean Anatomy
range: null range: null
@ -237,8 +155,6 @@ automatic_abilities:
Spell Pilfer for 24 hours. Spell Pilfer for 24 hours.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spell Pilfer name: Spell Pilfer
range: null range: null
@ -254,7 +170,7 @@ automatic_abilities:
success: null success: null
traits: null traits: null
trigger: A creature with an active spell effect within 30 feet of the azuretzi fails trigger: A creature with an active spell effect within 30 feet of the azuretzi fails
to resist another azuretzi's Mocking Touch; to resist another azuretzi's Mocking Touch
description: 'Azuretzis are sinuous, serpentine creatures with dagger-sharp teeth, description: 'Azuretzis are sinuous, serpentine creatures with dagger-sharp teeth,
covered in brilliant blue scales with mottled purple and pink highlights that shimmer covered in brilliant blue scales with mottled purple and pink highlights that shimmer
in a pareidolic approximation of leering, laughing faces. The __Maelstrom''s__ chaotic in a pareidolic approximation of leering, laughing faces. The __Maelstrom''s__ chaotic
@ -284,12 +200,11 @@ level: 5
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+4 - formula: 2d10+4
type: piercing type: piercing
- formula: 1d6
type: chaotic
name: jaws name: jaws
plus_damage:
- formula: null
type: 1d6 chaotic
to_hit: 15 to_hit: 15
traits: traits:
- chaotic - chaotic
@ -297,12 +212,11 @@ melee_attacks:
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+4 - formula: 2d8+4
type: slashing type: slashing
- formula: 1d6
type: chaotic
name: claw name: claw
plus_damage:
- formula: null
type: 1d6 chaotic
to_hit: 15 to_hit: 15
traits: traits:
- agile - agile
@ -311,14 +225,13 @@ melee_attacks:
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+4 - formula: 2d12+4
type: bludgeoning type: bludgeoning
name: tail - formula: 1d6
plus_damage: type: chaotic
- formula: null
type: 1d6 chaotic
- formula: null - formula: null
type: Grab type: Grab
name: tail
to_hit: 13 to_hit: 13
traits: traits:
- chaotic - chaotic
@ -354,8 +267,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Entropy Sense name: Entropy Sense
range: null range: null

View File

@ -19,8 +19,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Grievous Strike name: Grievous Strike
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Sneak Attack name: Sneak Attack
range: null range: null
@ -68,8 +64,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mercy Vulnerability name: Mercy Vulnerability
range: null range: null
@ -85,109 +79,41 @@ automatic_abilities:
traits: null traits: null
trigger: null trigger: null
- action_cost: Reaction - action_cost: Reaction
critical_failure: null critical_failure: As failure, except the weapon used to Strike the babau becomes
critical_success: null __broken__, unless the weapon is made of a material that is immune to acid.
critical_success: The attacker is unaffected.
description: null description: null
effect: The babau excretes a gout of acidic, bloodlike slime against the attacker effect: The babau excretes a gout of acidic, bloodlike slime against the attacker
and its weapon. The attacker must attempt a DC 24 Reflex save. and its weapon. The attacker must attempt a DC 24 Reflex save.
failure: null failure: The attacker takes 2d6 acid damage.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Reactive Slime name: Reactive Slime
range: null range: null
raw_description: '**Reactive Slime [Reaction]** **Trigger **A creature within the raw_description: '**Reactive Slime [Reaction]** **Trigger **A creature within the
babau''s reach successfully hits the babau with a Strike; **Effect **The babau babau''s reach successfully hits the babau with a Strike; **Effect **The babau
excretes a gout of acidic, bloodlike slime against the attacker and its weapon. excretes a gout of acidic, bloodlike slime against the attacker and its weapon.
The attacker must attempt a DC 24 Reflex save.' The attacker must attempt a DC 24 Reflex save.
requirements: null
saving_throw: null
stages: null **Critical Success **The attacker is unaffected.
success: null
traits: null
trigger: A creature within the babau's reach successfully hits the babau with a **Success **The attacker takes 1d6 acid damage.
Strike;
- action_cost: None
critical_failure: null **Failure **The attacker takes 2d6 acid damage.
critical_success: The attacker is unaffected.
description: The attacker is unaffected.
effect: null **Critical Failure **As failure, except the weapon used to Strike the babau becomes
failure: null __broken__, unless the weapon is made of a material that is immune to acid.'
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The attacker is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The attacker takes 1d6 acid damage.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The attacker takes 1d6 acid damage.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: The attacker takes 1d6 acid damage. success: The attacker takes 1d6 acid damage.
traits: null traits: null
trigger: null trigger: A creature within the babau's reach successfully hits the babau with a
- action_cost: None Strike
critical_failure: null
critical_success: null
description: The attacker takes 2d6 acid damage.
effect: null
failure: The attacker takes 2d6 acid damage.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The attacker takes 2d6 acid damage.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: As failure, except the weapon used to Strike the babau becomes
__broken__, unless the weapon is made of a material that is immune to acid.
critical_success: null
description: As failure, except the weapon used to Strike the babau becomes __broken__,
unless the weapon is made of a material that is immune to acid.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **As failure, except the weapon used to Strike
the babau becomes __broken__, unless the weapon is made of a material that is
immune to acid.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
description: 'The babau is an assassin, a murderer, and a sadist—certainly not unusual description: 'The babau is an assassin, a murderer, and a sadist—certainly not unusual
traits, yet their penchant for stealth and surprise sets them apart from their kin. traits, yet their penchant for stealth and surprise sets them apart from their kin.
Babaus form from mortal souls of lone killers—those who took pleasure in more personal Babaus form from mortal souls of lone killers—those who took pleasure in more personal
@ -210,12 +136,11 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+7 - formula: 1d8+7
type: piercing type: piercing
- formula: 1d6
type: evil
name: longspear name: longspear
plus_damage:
- formula: null
type: 1d6 evil
to_hit: 17 to_hit: 17
traits: traits:
- evil - evil
@ -223,24 +148,22 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d10+7 - formula: 1d10+7
type: piercing type: piercing
- formula: 1d6
type: evil
name: jaws name: jaws
plus_damage:
- formula: null
type: 1d6 evil
to_hit: 16 to_hit: 16
traits: traits:
- evil - evil
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d4+7 - formula: 1d4+7
type: slashing type: slashing
- formula: 1d6
type: evil
name: claw name: claw
plus_damage:
- formula: null
type: 1d6 evil
to_hit: 16 to_hit: 16
traits: traits:
- agile - agile

View File

@ -17,8 +17,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ferocity name: Ferocity
range: null range: null
@ -44,18 +42,16 @@ level: 0
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 1d8
type: 1d8 piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 8 to_hit: 8
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: 1d6
type: 1d6 slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 8 to_hit: 8
traits: traits:
- agile - agile

View File

@ -19,8 +19,6 @@ active_abilities:
DC 26 Will save. DC 26 Will save.
failure: The duration is 1 day. failure: The duration is 1 day.
frequency: once per day frequency: once per day
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Brand of the Impenitent name: Brand of the Impenitent
range: null range: null
@ -59,8 +57,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Flaming Armament name: Flaming Armament
range: null range: null
@ -87,8 +83,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Guiding Angel name: Guiding Angel
range: null range: null
@ -119,8 +113,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Confessor's Aura name: Confessor's Aura
range: 20 feet range: 20 feet
@ -166,14 +158,13 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+8 - formula: 2d6+8
type: slashing type: slashing
- formula: 1d6
type: fire
- formula: 1d6
type: good
name: flaming scimitar name: flaming scimitar
plus_damage:
- formula: null
type: 1d6 fire
- formula: null
type: 1d6 good
to_hit: 20 to_hit: 20
traits: traits:
- fire - fire

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -37,8 +35,6 @@ active_abilities:
hold one creature. hold one creature.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wrap in Coils name: Wrap in Coils
range: null range: null
@ -61,8 +57,6 @@ automatic_abilities:
effect: The DC of the Escape check is increased by 2. effect: The DC of the Escape check is increased by 2.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Tighten Coils name: Tighten Coils
range: null range: null
@ -90,12 +84,11 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+3 - formula: 1d8+3
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: jaws
to_hit: 8 to_hit: 8
traits: null traits: null
name: Ball Python name: Ball Python

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dimensional Dervish name: Dimensional Dervish
range: null range: null
@ -37,8 +35,6 @@ active_abilities:
Strike. Strike.
failure: null failure: null
frequency: once per round. frequency: once per round.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dispelling Strike name: Dispelling Strike
range: null range: null
@ -64,8 +60,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Infuse Weapons name: Infuse Weapons
range: null range: null
@ -91,8 +85,6 @@ active_abilities:
Hit Points. Hit Points.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Lifedrinker name: Lifedrinker
range: null range: null
@ -119,8 +111,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Whip Reposition name: Whip Reposition
range: null range: null
@ -137,57 +127,98 @@ active_abilities:
trigger: null trigger: null
alignment: CE alignment: CE
automatic_abilities: automatic_abilities:
- action_cost: Reaction - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: 'The balor can use Attack of Opportunity when a creature within their description: A foe that starts its turn in the aura takes 3d6+10 fire damage, or
reach uses a concentrate action, in addition to its normal trigger. They can disrupt 6d6+20 fire damage if the balor has grabbed or restrained it. A creature that
triggering concentrate actions, and they disrupt actions on any hit, not just hits a balor with an unarmed Strike takes 3d6+10 fire damage, and weapons that
a critical hit. hit a balor take 3d6+10 fire damage.
**Death Throes** (__death__, __divine__, __evocation__, __fire__) When a balor
dies, their body explodes in a 100-foot aura of intense demonic flame. All creatures
and objects in range take 16d10 fire damage (DC 45 basic Reflex save). Because
the flame is infused with Abyssal energy, creatures in the area apply only half
their usual fire resistance. Creatures with immunity to fire use an outcome one
degree of success better than what they rolled, instead of gaining the usual benefit
of immunity. The bodies of creatures reduced to 0 Hit Points by a balor''s death
throes are completely incinerated into fine ash.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Aura of Flame name: Aura of Flame
range: null range: 20 feet
raw_description: '**Aura of Flame** (__aura__, __divine__, __evocation__, __fire__) raw_description: '**Aura of Flame** (__aura__, __divine__, __evocation__, __fire__)
20 feet. A foe that starts its turn in the aura takes 3d6+10 fire damage, or 6d6+20 20 feet. A foe that starts its turn in the aura takes 3d6+10 fire damage, or 6d6+20
fire damage if the balor has grabbed or restrained it. A creature that hits a fire damage if the balor has grabbed or restrained it. A creature that hits a
balor with an unarmed Strike takes 3d6+10 fire damage, and weapons that hit a balor with an unarmed Strike takes 3d6+10 fire damage, and weapons that hit a
balor take 3d6+10 fire damage. balor take 3d6+10 fire damage.'
requirements: null
saving_throw: null
**Attack of Opportunity** [Reaction] The balor can use Attack of Opportunity when stages: null
a creature within their reach uses a concentrate action, in addition to its normal success: null
trigger. They can disrupt triggering concentrate actions, and they disrupt actions traits:
on any hit, not just a critical hit. - aura
- divine
- evocation
**Death Throes** (__death__, __divine__, __evocation__, __fire__) When a balor - fire
dies, their body explodes in a 100-foot aura of intense demonic flame. All creatures trigger: null
and objects in range take 16d10 fire damage (DC 45 basic Reflex save). Because - action_cost: Reaction
the flame is infused with Abyssal energy, creatures in the area apply only half critical_failure: null
their usual fire resistance. Creatures with immunity to fire use an outcome one critical_success: null
degree of success better than what they rolled, instead of gaining the usual benefit description: The balor can use Attack of Opportunity when a creature within their
of immunity. The bodies of creatures reduced to 0 Hit Points by a balor''s death reach uses a concentrate action, in addition to its normal trigger. They can disrupt
throes are completely incinerated into fine ash.' triggering concentrate actions, and they disrupt actions on any hit, not just
a critical hit.
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
the triggering creature. If your attack is a critical hit and the trigger was
a manipulate action, you disrupt that action. This Strike doesn't count toward
your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
frequency: null
maximum_duration: null
name: Attack of Opportunity
range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
traits: null traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: None
critical_failure: null
critical_success: null
description: When a balor dies, their body explodes in a 100-foot aura of intense
demonic flame. All creatures and objects in range take 16d10 fire damage (DC 45
basic Reflex save). Because the flame is infused with Abyssal energy, creatures
in the area apply only half their usual fire resistance. Creatures with immunity
to fire use an outcome one degree of success better than what they rolled, instead
of gaining the usual benefit of immunity. The bodies of creatures reduced to 0
Hit Points by a balor's death throes are completely incinerated into fine ash.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Death Throes
range: null
raw_description: '**Death Throes** (__death__, __divine__, __evocation__, __fire__)
When a balor dies, their body explodes in a 100-foot aura of intense demonic flame.
All creatures and objects in range take 16d10 fire damage (DC 45 basic Reflex
save). Because the flame is infused with Abyssal energy, creatures in the area
apply only half their usual fire resistance. Creatures with immunity to fire use
an outcome one degree of success better than what they rolled, instead of gaining
the usual benefit of immunity. The bodies of creatures reduced to 0 Hit Points
by a balor''s death throes are completely incinerated into fine ash.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- death
- divine
- evocation
- fire
trigger: null trigger: null
description: When folk whisper frightened tales of the demonic, what most envision description: When folk whisper frightened tales of the demonic, what most envision
is the balor—a towering figure of fire and flesh, a horned nightmare armed with is the balor—a towering figure of fire and flesh, a horned nightmare armed with
@ -212,12 +243,11 @@ level: 20
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d8+17 - formula: 4d8+17
type: slashing type: slashing
- formula: 1d6
type: evil
name: vorpal cold iron silver longsword name: vorpal cold iron silver longsword
plus_damage:
- formula: null
type: 1d6 evil
to_hit: 40 to_hit: 40
traits: traits:
- evil - evil
@ -226,16 +256,15 @@ melee_attacks:
- versatile P - versatile P
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d6+17 - formula: 4d6+17
type: fire type: fire
name: cold iron silver flame whip - formula: 1d6
plus_damage: type: evil
- formula: null
type: 1d6 evil
- formula: null - formula: null
type: Improved Grab type: Improved Grab
- formula: null - formula: null
type: whip reposition type: whip reposition
name: cold iron silver flame whip
to_hit: 40 to_hit: 40
traits: traits:
- disarm - disarm

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Spectral Ripple name: Spectral Ripple
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Terrifying Touch name: Terrifying Touch
range: null range: null
@ -79,8 +75,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wail name: Wail
range: null range: null
@ -117,8 +111,6 @@ automatic_abilities:
the results of the same Will save. the results of the same Will save.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Vengeful Spite name: Vengeful Spite
range: null range: null
@ -183,12 +175,11 @@ level: 17
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+14 - formula: 4d10+14
type: negative type: negative
name: hand
plus_damage:
- formula: null - formula: null
type: terrifying touch type: terrifying touch
name: hand
to_hit: 32 to_hit: 32
traits: traits:
- finesse - finesse
@ -213,25 +204,34 @@ sense_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: 'The banshee can hear heartbeats within 60 feet (imprecise). description: The banshee can hear heartbeats within 60 feet (imprecise).
**Sunlight Powerlessness** If in direct sunlight, the banshee is slowed 1 and
can''t use actions that have the attack trait.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Hears Heartbeats name: Hears Heartbeats
range: null range: null
raw_description: '**Hears Heartbeats** The banshee can hear heartbeats within 60 raw_description: '**Hears Heartbeats** The banshee can hear heartbeats within 60
feet (imprecise). feet (imprecise).'
requirements: null
saving_throw: null
**Sunlight Powerlessness** If in direct sunlight, the banshee is slowed 1 and stages: null
can''t use actions that have the attack trait.' success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: If in direct sunlight, the banshee is slowed 1 and can't use actions
that have the attack trait.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Sunlight Powerlessness
range: null
raw_description: '**Sunlight Powerlessness** If in direct sunlight, the banshee
is slowed 1 and can''t use actions that have the attack trait.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null

View File

@ -9,131 +9,57 @@ ac: 24
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: As failure, but the creature must spend each of its actions moving
critical_success: null closer to the baobhan sith, and if it ends its movement or turn adjacent to the
fey, it is __paralyzed__ until the end of its next turn.
critical_success: The creature is unaffected and is temporarily immune to Captivating
Dance for 24 hours.
description: The baobhan sith sways rhythmically and Strides up to their Speed. description: The baobhan sith sways rhythmically and Strides up to their Speed.
Each creature within 30 feet of the baobhan sith at the end of their movement Each creature within 30 feet of the baobhan sith at the end of their movement
must attempt a DC 25 Will save. must attempt a DC 25 Will save.
effect: null effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Captivating Dance
range: null
raw_description: '**Captivating Dance** [Two Actions] (__enchantment__, __incapacitation__,
__mental__, __primal__, __visual__) The baobhan sith sways rhythmically and Strides
up to their Speed. Each creature within 30 feet of the baobhan sith at the end
of their movement must attempt a DC 25 Will save.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- enchantment
- incapacitation
- mental
- primal
- visual
trigger: null
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected and is temporarily immune to Captivating
Dance for 24 hours.
description: The creature is unaffected and is temporarily immune to Captivating
Dance for 24 hours.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The creature is unaffected and is temporarily
immune to Captivating Dance for 24 hours.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __slowed 1__ for 1 round and is temporarily immune
to Captivating Dance for 24 hours.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The creature is __slowed 1__ for 1 round and is temporarily
immune to Captivating Dance for 24 hours.'
requirements: null
saving_throw: null
stages: null
success: The creature is __slowed 1__ for 1 round and is temporarily immune to Captivating
Dance for 24 hours.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature is __fascinated__, and it must spend at least 1 of its
actions on each of its turns to move closer to the baobhan sith as expediently
as possible, while avoiding obvious dangers. If the creature ends its movement
or turn adjacent to the fey, it is slowed 1 until the end of its next turn.
effect: null
failure: The creature is __fascinated__, and it must spend at least 1 of its actions failure: The creature is __fascinated__, and it must spend at least 1 of its actions
on each of its turns to move closer to the baobhan sith as expediently as possible, on each of its turns to move closer to the baobhan sith as expediently as possible,
while avoiding obvious dangers. If the creature ends its movement or turn adjacent while avoiding obvious dangers. If the creature ends its movement or turn adjacent
to the fey, it is slowed 1 until the end of its next turn. to the fey, it is slowed 1 until the end of its next turn.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Failure name: Captivating Dance
range: null range: null
raw_description: '**Failure **The creature is __fascinated__, and it must spend raw_description: '**Captivating Dance** [Two Actions] (__enchantment__, __incapacitation__,
at least 1 of its actions on each of its turns to move closer to the baobhan sith __mental__, __primal__, __visual__) The baobhan sith sways rhythmically and Strides
as expediently as possible, while avoiding obvious dangers. If the creature ends up to their Speed. Each creature within 30 feet of the baobhan sith at the end
its movement or turn adjacent to the fey, it is slowed 1 until the end of its of their movement must attempt a DC 25 Will save.
next turn.'
**Critical Success **The creature is unaffected and is temporarily immune to Captivating
Dance for 24 hours.
**Success **The creature is __slowed 1__ for 1 round and is temporarily immune
to Captivating Dance for 24 hours.
**Failure **The creature is __fascinated__, and it must spend at least 1 of its
actions on each of its turns to move closer to the baobhan sith as expediently
as possible, while avoiding obvious dangers. If the creature ends its movement
or turn adjacent to the fey, it is slowed 1 until the end of its next turn.
**Critical Failure **As failure, but the creature must spend each of its actions
moving closer to the baobhan sith, and if it ends its movement or turn adjacent
to the fey, it is __paralyzed__ until the end of its next turn.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The creature is __slowed 1__ for 1 round and is temporarily immune to Captivating
traits: null Dance for 24 hours.
trigger: null traits:
- action_cost: None - enchantment
critical_failure: As failure, but the creature must spend each of its actions moving - incapacitation
closer to the baobhan sith, and if it ends its movement or turn adjacent to the - mental
fey, it is __paralyzed__ until the end of its next turn. - primal
critical_success: null - visual
description: As failure, but the creature must spend each of its actions moving
closer to the baobhan sith, and if it ends its movement or turn adjacent to the
fey, it is __paralyzed__ until the end of its next turn.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **As failure, but the creature must spend each
of its actions moving closer to the baobhan sith, and if it ends its movement
or turn adjacent to the fey, it is __paralyzed__ until the end of its next turn.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null trigger: null
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: null
@ -143,8 +69,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -176,8 +100,6 @@ active_abilities:
blood or a blood donor, reduces the drained value by 1. blood or a blood donor, reduces the drained value by 1.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Drink Blood name: Drink Blood
range: null range: null
@ -227,10 +149,9 @@ level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+6 - formula: 2d6+6
type: slashing and 1d6 persistent bleed type: slashing and 1d6 persistent bleed
name: claw name: claw
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile

View File

@ -20,8 +20,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath of the Sea name: Breath of the Sea
range: null range: null
@ -51,8 +49,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shell Rake name: Shell Rake
range: null range: null
@ -79,8 +75,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Two-Headed Strike name: Two-Headed Strike
range: null range: null
@ -96,53 +90,115 @@ active_abilities:
trigger: null trigger: null
alignment: CN alignment: CN
automatic_abilities: automatic_abilities:
- action_cost: Reaction - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Double Opportunity** A baomal gains an extra reaction each round description: null
that it can use only to make an Attack of Opportunity. It must use a different
head for each one it attempts, and it can''t make more than one Attack of Opportunity
for the same triggering action.
**Psychic Static Aura** (__aura__, __divination__, __mental__, __occult__) 120
feet. All creatures, except aberrations, that begin their turn in the area take
5d6 mental damage.
**Two Heads** Any ability that would sever a baomal''s head (such as a critical
hit with a __vorpal__ weapon) severs one head at random. Losing one head doesn''t
kill a baomal, but it does prevent the baomal from making Strikes with the lost
head and from using Double Opportunity or Two-Headed Strike.'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: All-Around Vision name: All-Around Vision
range: null range: null
raw_description: '**All-Around Vision** raw_description: '**All-Around Vision**'
requirements: null
saving_throw: null
**Attack of Opportunity** [Reaction] stages: null
success: null
traits: null
**Double Opportunity** A baomal gains an extra reaction each round that it can trigger: null
use only to make an Attack of Opportunity. It must use a different head for each - action_cost: Reaction
one it attempts, and it can''t make more than one Attack of Opportunity for the critical_failure: null
same triggering action. critical_success: null
description: null
effect: You lash out at a foe that leaves an opening. Make a melee Strike against
**Psychic Static Aura** (__aura__, __divination__, __mental__, __occult__) 120 the triggering creature. If your attack is a critical hit and the trigger was
feet. All creatures, except aberrations, that begin their turn in the area take a manipulate action, you disrupt that action. This Strike doesn't count toward
5d6 mental damage. your multiple attack penalty, and your multiple attack penalty doesn't apply to
this Strike.
failure: null
**Two Heads** Any ability that would sever a baomal''s head (such as a critical frequency: null
hit with a __vorpal__ weapon) severs one head at random. Losing one head doesn''t maximum_duration: null
kill a baomal, but it does prevent the baomal from making Strikes with the lost name: Attack of Opportunity
head and from using Double Opportunity or Two-Headed Strike.' range: null
raw_description: '**Attack of Opportunity** [Reaction] **Trigger** A creature within
your reach uses a manipulate action or a move action, makes a ranged attack, or
leaves a square during a move action it''s using. **Effect** You lash out at a
foe that leaves an opening. Make a melee Strike against the triggering creature.
If your attack is a critical hit and the trigger was a manipulate action, you
disrupt that action. This Strike doesn''t count toward your multiple attack penalty,
and your multiple attack penalty doesn''t apply to this Strike.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: A creature within your reach uses a manipulate action or a move action,
makes a ranged attack, or leaves a square during a move action it's using.
- action_cost: None
critical_failure: null
critical_success: null
description: A baomal gains an extra reaction each round that it can use only to
make an Attack of Opportunity. It must use a different head for each one it attempts,
and it can't make more than one Attack of Opportunity for the same triggering
action.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Double Opportunity
range: null
raw_description: '**Double Opportunity** A baomal gains an extra reaction each round
that it can use only to make an Attack of Opportunity. It must use a different
head for each one it attempts, and it can''t make more than one Attack of Opportunity
for the same triggering action.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: All creatures, except aberrations, that begin their turn in the area
take 5d6 mental damage.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Psychic Static Aura
range: 120 feet
raw_description: '**Psychic Static Aura** (__aura__, __divination__, __mental__,
__occult__) 120 feet. All creatures, except aberrations, that begin their turn
in the area take 5d6 mental damage.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- aura
- divination
- mental
- occult
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: Any ability that would sever a baomal's head (such as a critical hit
with a __vorpal__ weapon) severs one head at random. Losing one head doesn't kill
a baomal, but it does prevent the baomal from making Strikes with the lost head
and from using Double Opportunity or Two-Headed Strike.
effect: null
failure: null
frequency: null
maximum_duration: null
name: Two Heads
range: null
raw_description: '**Two Heads** Any ability that would sever a baomal''s head (such
as a critical hit with a __vorpal__ weapon) severs one head at random. Losing
one head doesn''t kill a baomal, but it does prevent the baomal from making Strikes
with the lost head and from using Double Opportunity or Two-Headed Strike.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -169,12 +225,11 @@ level: 20
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d12+18 - formula: 4d12+18
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Improved Grab type: Improved Grab
name: jaws
to_hit: 38 to_hit: 38
traits: traits:
- reach 20 feet - reach 20 feet
@ -183,12 +238,11 @@ perception: 34
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d10+18 - formula: 4d10+18
type: bludgeoning type: bludgeoning
name: tsunami jet
plus_damage:
- formula: null - formula: null
type: Push 40 feet type: Push 40 feet
name: tsunami jet
to_hit: 38 to_hit: 38
traits: traits:
- brutal - brutal

View File

@ -11,14 +11,10 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Saving Throw** DC 23 Fortitude; **Stage 1** carrier with no ill description: null
effect (1 day); **Stage 2** __enfeebled 1__ (1 day); **Stage 3** __enfeebled 2__
(1 day)'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Avernal Fever name: Avernal Fever
range: null range: null
@ -26,8 +22,11 @@ active_abilities:
**Stage 1** carrier with no ill effect (1 day); **Stage 2** __enfeebled 1__ (1 **Stage 1** carrier with no ill effect (1 day); **Stage 2** __enfeebled 1__ (1
day); **Stage 3** __enfeebled 2__ (1 day)' day); **Stage 3** __enfeebled 2__ (1 day)'
requirements: null requirements: null
saving_throw: null saving_throw: DC 23 Fortitude
stages: null stages:
- effect: carrier with no ill effect (1 day)
- effect: __enfeebled 1__ (1 day)
- effect: __enfeebled 2__ (1 day)
success: null success: null
traits: traits:
- disease - disease
@ -48,8 +47,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Infernal Wound name: Infernal Wound
range: null range: null
@ -79,8 +76,6 @@ active_abilities:
must be within reach of the devil's glaive. This movement doesn't trigger reactions. must be within reach of the devil's glaive. This movement doesn't trigger reactions.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Reposition name: Reposition
range: null range: null
@ -102,8 +97,6 @@ active_abilities:
penalty and doesn't count toward that penalty. penalty and doesn't count toward that penalty.
failure: null failure: null
frequency: once per round. frequency: once per round.
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wriggling Beard name: Wriggling Beard
range: null range: null
@ -129,8 +122,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -184,14 +175,13 @@ level: 5
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+7 - formula: 1d8+7
type: slashing type: slashing
name: glaive - formula: 2d6
plus_damage: type: evil
- formula: null
type: 2d6 evil
- formula: null - formula: null
type: infernal wound type: infernal wound
name: glaive
to_hit: 15 to_hit: 15
traits: traits:
- deadly 1d8 - deadly 1d8
@ -201,12 +191,11 @@ melee_attacks:
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+7 - formula: 2d6+7
type: slashing type: slashing
- formula: 1d6
type: evil
name: claw name: claw
plus_damage:
- formula: null
type: 1d6 evil
to_hit: 15 to_hit: 15
traits: traits:
- agile - agile
@ -214,12 +203,11 @@ melee_attacks:
- magical - magical
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+7 - formula: 1d6+7
type: piercing type: piercing
name: beard
plus_damage:
- formula: null - formula: null
type: Avernal fever type: Avernal fever
name: beard
to_hit: 15 to_hit: 15
traits: traits:
- magical - magical

View File

@ -20,8 +20,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Change Shape name: Change Shape
range: null range: null
@ -52,8 +50,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Feed name: Feed
range: null range: null
@ -80,8 +76,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -121,18 +115,16 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+5 - formula: 2d8+5
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 13 to_hit: 13
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+5 - formula: 2d6+5
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 13 to_hit: 13
traits: traits:
- agile - agile

View File

@ -11,15 +11,11 @@ active_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Saving Throw **DC 22 Fortitude; **Maximum Duration **6 rounds; **Stage description: null
1** 1d8 poison damage and __enfeebled 1__ (1 round); **Stage 2** 1d10 poison damage
and enfeebled 1 (1 round); **Stage 3** 1d12 poison damage and enfeebled 2 (1 round)'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null maximum_duration: 6 rounds
generic_description: null
maximum_duration: null
name: Basidirond Spores name: Basidirond Spores
range: null range: null
raw_description: '**Basidirond Spores** (__disease__) **Saving Throw **DC 22 Fortitude; raw_description: '**Basidirond Spores** (__disease__) **Saving Throw **DC 22 Fortitude;
@ -27,8 +23,11 @@ active_abilities:
(1 round); **Stage 2** 1d10 poison damage and enfeebled 1 (1 round); **Stage 3** (1 round); **Stage 2** 1d10 poison damage and enfeebled 1 (1 round); **Stage 3**
1d12 poison damage and enfeebled 2 (1 round)' 1d12 poison damage and enfeebled 2 (1 round)'
requirements: null requirements: null
saving_throw: null saving_throw: DC 22 Fortitude
stages: null stages:
- effect: 1d8 poison damage and __enfeebled 1__ (1 round)
- effect: 1d10 poison damage and enfeebled 1 (1 round)
- effect: 1d12 poison damage and enfeebled 2 (1 round)
success: null success: null
traits: traits:
- disease - disease
@ -46,8 +45,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Hallucinogenic Cloud name: Hallucinogenic Cloud
range: null range: null
@ -73,8 +70,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '1' name: '1'
range: null range: null
@ -95,8 +90,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '2' name: '2'
range: null range: null
@ -117,8 +110,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '3' name: '3'
range: null range: null
@ -137,8 +128,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '4' name: '4'
range: null range: null
@ -158,8 +147,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '5' name: '5'
range: null range: null
@ -180,8 +167,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: '6' name: '6'
range: null range: null
@ -204,8 +189,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Cold Lethargy name: Cold Lethargy
range: null range: null
@ -234,17 +217,16 @@ hp: 80
hp_misc: null hp_misc: null
immunities: immunities:
- cold - cold
- <a style="text-decoration:underline" href="Traits.aspx?ID=106">mental</a> - __mental__
level: 5 level: 5
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+6 - formula: 2d8+6
type: bludgeoning type: bludgeoning
name: frond
plus_damage:
- formula: null - formula: null
type: basidirond spores type: basidirond spores
name: frond
to_hit: 15 to_hit: 15
traits: null traits: null
name: Basidirond name: Basidirond

View File

@ -25,8 +25,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Petrifying Gaze name: Petrifying Gaze
range: null range: null
@ -63,8 +61,6 @@ automatic_abilities:
for 1 minute as its body slowly stiffens. for 1 minute as its body slowly stiffens.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Petrifying Glance name: Petrifying Glance
range: null range: null
@ -129,10 +125,9 @@ level: 5
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+4 - formula: 2d8+4
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 15 to_hit: 15
traits: null traits: null
name: Basilisk name: Basilisk

View File

@ -20,8 +20,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Archon's Door name: Archon's Door
range: null range: null
@ -45,8 +43,6 @@ active_abilities:
The creature's save result is one degree of success worse than the result it rolled. The creature's save result is one degree of success worse than the result it rolled.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Blinding Beams name: Blinding Beams
range: null range: null
@ -60,7 +56,7 @@ active_abilities:
success: null success: null
traits: null traits: null
trigger: The bastion archon hits a creature with two fist Strikes this turn and trigger: The bastion archon hits a creature with two fist Strikes this turn and
can use its Holy Beam; can use its Holy Beam
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: null
critical_success: null critical_success: null
@ -71,8 +67,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Entrench name: Entrench
range: null range: null
@ -88,111 +82,43 @@ active_abilities:
traits: null traits: null
trigger: null trigger: null
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: The creature takes double damage and is blinded permanently.
critical_success: null critical_success: The creature is unaffected.
description: The bastion archon releases a blinding beam of holy light in a 500-foot description: The bastion archon releases a blinding beam of holy light in a 500-foot
line that deals 20d6 good damage to non-archons in the area, with a DC 38 Reflex line that deals 20d6 good damage to non-archons in the area, with a DC 38 Reflex
save. The bastion archon can't use Holy Beam again for 1d4 rounds. save. The bastion archon can't use Holy Beam again for 1d4 rounds.
effect: null effect: null
failure: null failure: The creature takes full damage and is __blinded__ for 1d4 rounds.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Holy Beam name: Holy Beam
range: null range: null
raw_description: '**Holy Beam** [Two Actions] (__divine__, __good__, __incapacitation__, raw_description: '**Holy Beam** [Two Actions] (__divine__, __good__, __incapacitation__,
__light__) The bastion archon releases a blinding beam of holy light in a 500-foot __light__) The bastion archon releases a blinding beam of holy light in a 500-foot
line that deals 20d6 good damage to non-archons in the area, with a DC 38 Reflex line that deals 20d6 good damage to non-archons in the area, with a DC 38 Reflex
save. The bastion archon can''t use Holy Beam again for 1d4 rounds.' save. The bastion archon can''t use Holy Beam again for 1d4 rounds.
**Critical Success **The creature is unaffected.
**Success **The creature takes half damage.
**Failure **The creature takes full damage and is __blinded__ for 1d4 rounds.
**Critical Failure **The creature takes double damage and is blinded permanently.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The creature takes half damage.
traits: traits:
- divine - divine
- good - good
- incapacitation - incapacitation
- light - light
trigger: null trigger: null
- action_cost: None
critical_failure: null
critical_success: The creature is unaffected.
description: The creature is unaffected.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success **The creature is unaffected.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature takes half damage.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success **The creature takes half damage.'
requirements: null
saving_throw: null
stages: null
success: The creature takes half damage.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The creature takes full damage and is __blinded__ for 1d4 rounds.
effect: null
failure: The creature takes full damage and is __blinded__ for 1d4 rounds.
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Failure
range: null
raw_description: '**Failure **The creature takes full damage and is __blinded__
for 1d4 rounds.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: The creature takes double damage and is blinded permanently.
critical_success: null
description: The creature takes double damage and is blinded permanently.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure **The creature takes double damage and is blinded
permanently.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
alignment: LG alignment: LG
automatic_abilities: automatic_abilities:
- action_cost: None - action_cost: None
@ -204,8 +130,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Bastion Aura name: Bastion Aura
range: 50 feet range: 50 feet
@ -235,8 +159,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Ultimate Sacrifice name: Ultimate Sacrifice
range: null range: null
@ -263,8 +185,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Retributive Strike name: Retributive Strike
range: null range: null
@ -309,12 +229,11 @@ level: 20
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 4d8+20 - formula: 4d8+20
type: bludgeoning type: bludgeoning
- formula: 2d6
type: good
name: fist name: fist
plus_damage:
- formula: null
type: 2d6 good
to_hit: 40 to_hit: 40
traits: traits:
- good - good

View File

@ -12,15 +12,11 @@ active_abilities:
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: The __drained__ condition from Abyssal rot is cumulative, to a maximum description: The __drained__ condition from Abyssal rot is cumulative, to a maximum
of drained 4; **Saving Throw **DC 29 Fortitude; **Maximum Duration **6 rounds; of drained 4
**Stage 1 **3d6 negative damage (1 round); **Stage 2 **3d6 negative damage and
drained 1 (1 round); **Stage 3 **3d6 negative damage and drained 2 (1 round)
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null maximum_duration: 6 rounds
generic_description: null
maximum_duration: null
name: Abyssal Rot name: Abyssal Rot
range: null range: null
raw_description: '**Abyssal Rot** (__disease__, __necromancy__) The __drained__ raw_description: '**Abyssal Rot** (__disease__, __necromancy__) The __drained__
@ -29,8 +25,11 @@ active_abilities:
damage (1 round); **Stage 2 **3d6 negative damage and drained 1 (1 round); **Stage damage (1 round); **Stage 2 **3d6 negative damage and drained 1 (1 round); **Stage
3 **3d6 negative damage and drained 2 (1 round)' 3 **3d6 negative damage and drained 2 (1 round)'
requirements: null requirements: null
saving_throw: null saving_throw: DC 29 Fortitude
stages: null stages:
- effect: 3d6 negative damage (1 round)
- effect: 3d6 negative damage and drained 1 (1 round)
- effect: 3d6 negative damage and drained 2 (1 round)
success: null success: null
traits: traits:
- disease - disease
@ -50,8 +49,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dimensional Tether name: Dimensional Tether
range: null range: null
@ -76,8 +73,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Penetrating Strike name: Penetrating Strike
range: null range: null
@ -102,8 +97,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -152,22 +145,20 @@ level: 10
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+13 - formula: 2d10+13
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Abyssal rot type: Abyssal rot
name: jaws
to_hit: 23 to_hit: 23
traits: traits:
- magical - magical
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+13 - formula: 2d8+13
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 23 to_hit: 23
traits: traits:
- agile - agile
@ -178,10 +169,9 @@ perception: 21
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: null - formula: null
type: dimensional tether type: dimensional tether
name: web name: web
plus_damage: null
to_hit: 23 to_hit: 23
traits: traits:
- range increment 60 feet - range increment 60 feet
@ -201,8 +191,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Scent Demons name: Scent Demons
range: null range: null

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Aquatic Ambush name: Aquatic Ambush
range: 40 feet range: 40 feet
@ -37,8 +35,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Capsize name: Capsize
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Double Chomp name: Double Chomp
range: null range: null
@ -85,8 +79,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swallow Whole name: Swallow Whole
range: null range: null
@ -105,8 +97,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Trample name: Trample
range: null range: null
@ -133,22 +123,20 @@ level: 10
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+10 - formula: 2d12+10
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: jaws
to_hit: 23 to_hit: 23
traits: traits:
- deadly d12 - deadly d12
- reach 10 feet - reach 10 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+9 - formula: 2d8+9
type: bludgeoning type: bludgeoning
name: foot name: foot
plus_damage: null
to_hit: 21 to_hit: 21
traits: null traits: null
name: Behemoth Hippopotamus name: Behemoth Hippopotamus
@ -170,8 +158,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Deep Breath name: Deep Breath
range: null range: null

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Breath Weapon name: Breath Weapon
range: null range: null
@ -53,8 +51,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Claw Storm name: Claw Storm
range: null range: null
@ -83,8 +79,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -102,8 +96,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swallow Whole name: Swallow Whole
range: null range: null
@ -125,8 +117,6 @@ active_abilities:
many creatures as will fit in its space. many creatures as will fit in its space.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Wrap in Coils name: Wrap in Coils
range: null range: null
@ -135,7 +125,8 @@ active_abilities:
moves the creature into its coils, freeing its jaws. The creature remains grabbed moves the creature into its coils, freeing its jaws. The creature remains grabbed
and takes 1d6+6 slashing damage. The behir''s coils can hold as many creatures and takes 1d6+6 slashing damage. The behir''s coils can hold as many creatures
as will fit in its space.' as will fit in its space.'
requirements: The behir has a creature either restrained or grabbed in its jaws requirements: The behir has a creature either __restrained__ or __grabbed__ in its
jaws
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: null
@ -162,21 +153,19 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+10 - formula: 2d12+10
type: piercing type: piercing
name: jaws
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: jaws
to_hit: 18 to_hit: 18
traits: traits:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+10 - formula: 2d6+10
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 18 to_hit: 18
traits: traits:
- agile - agile

View File

@ -12,7 +12,7 @@ active_abilities:
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Requirement **The belker occupies the same space as a Medium or description: '**Requirement **The belker occupies the same space as a Medium or
smaller creature;' smaller creature'
effect: The belker attempts to flow into the creature's lungs; the creature must effect: The belker attempts to flow into the creature's lungs; the creature must
attempt a DC 23 Fortitude save. On a failure, the creature partially inhales the attempt a DC 23 Fortitude save. On a failure, the creature partially inhales the
belker and is __immobilized__ by the pain of the smoke rasping in its throat and belker and is __immobilized__ by the pain of the smoke rasping in its throat and
@ -23,8 +23,6 @@ active_abilities:
it. it.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Noxious Fumes name: Noxious Fumes
range: null range: null
@ -46,13 +44,11 @@ active_abilities:
- action_cost: One Action - action_cost: One Action
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: '**Requirement **The belker is partially inhaled by a creature;' description: '**Requirement **The belker is partially inhaled by a creature'
effect: The belker automatically deals its claw damage to the inhaling creature effect: The belker automatically deals its claw damage to the inhaling creature
by forming a claw to slash and scrape the creature from within. by forming a claw to slash and scrape the creature from within.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Smoke Slash name: Smoke Slash
range: null range: null
@ -75,8 +71,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Smoke Form name: Smoke Form
range: null range: null
@ -99,30 +93,28 @@ hp: 78
hp_misc: null hp_misc: null
immunities: immunities:
- bleed - bleed
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=126">poison</a> - __poison__
- precision - precision
- <a style="text-decoration:underline" href="Traits.aspx?ID=145">sleep</a> - __sleep__
languages: languages:
- Auran - Auran
level: 6 level: 6
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d10+5 - formula: 2d10+5
type: slashing type: slashing
name: claw name: claw
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile
- finesse - finesse
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+5 - formula: 2d8+5
type: bludgeoning type: bludgeoning
name: wing name: wing
plus_damage: null
to_hit: 17 to_hit: 17
traits: traits:
- agile - agile
@ -147,8 +139,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Smoke Vision name: Smoke Vision
range: null range: null

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -37,8 +35,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Eight Coils name: Eight Coils
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mask Settlement name: Mask Settlement
range: null range: null
@ -127,21 +121,19 @@ level: 8
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d12+9 - formula: 2d12+9
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 20 to_hit: 20
traits: traits:
- reach 15 feet - reach 15 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d6+9 - formula: 2d6+9
type: bludgeoning type: bludgeoning
name: tail
plus_damage:
- formula: null - formula: null
type: Improved Grab type: Improved Grab
name: tail
to_hit: 20 to_hit: 20
traits: traits:
- reach 15 feet - reach 15 feet

View File

@ -17,8 +17,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Inspired Feast name: Inspired Feast
range: null range: null
@ -43,8 +41,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Swipe name: Swipe
range: null range: null
@ -72,8 +68,6 @@ automatic_abilities:
this Strike. this Strike.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Attack of Opportunity name: Attack of Opportunity
range: null range: null
@ -110,18 +104,16 @@ level: 4
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+5 - formula: 2d8+5
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 14 to_hit: 14
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+5 - formula: 1d8+5
type: piercing type: piercing
name: longspear name: longspear
plus_damage: null
to_hit: 14 to_hit: 14
traits: traits:
- reach 10 feet - reach 10 feet
@ -130,10 +122,9 @@ perception: 11
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+3 - formula: 1d6+3
type: piercing type: piercing
name: shortbow name: shortbow
plus_damage: null
to_hit: 14 to_hit: 14
traits: traits:
- deadly d10 - deadly d10

View File

@ -18,8 +18,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Inspired Feast name: Inspired Feast
range: null range: null
@ -45,8 +43,6 @@ automatic_abilities:
each take any remaining damage, possibly breaking or destroying the shield. each take any remaining damage, possibly breaking or destroying the shield.
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Shield Block name: Shield Block
range: null range: null
@ -80,18 +76,16 @@ level: 1
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+3 - formula: 1d8+3
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 8 to_hit: 8
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+3 - formula: 1d6+3
type: piercing type: piercing
name: spear name: spear
plus_damage: null
to_hit: 8 to_hit: 8
traits: null traits: null
name: Biloko Warrior name: Biloko Warrior
@ -99,10 +93,9 @@ perception: 7
ranged_attacks: ranged_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+3 - formula: 1d6+3
type: piercing type: piercing
name: spear name: spear
plus_damage: null
to_hit: 7 to_hit: 7
traits: traits:
- thrown 20 feet - thrown 20 feet

View File

@ -9,114 +9,44 @@ ac: 19
ac_special: null ac_special: null
active_abilities: active_abilities:
- action_cost: Two Actions - action_cost: Two Actions
critical_failure: null critical_failure: As failure, but the target can't make saves to end the effect.
critical_success: null
description: The binumir unleashes a distressing cry that fills others with wrenching
sadness. Creatures within 30 feet must attempt a DC 17 Will save.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Agonizing Wail
range: null
raw_description: '**Agonizing Wail** [Two Actions] (__auditory__, __concentrate__)
The binumir unleashes a distressing cry that fills others with wrenching sadness.
Creatures within 30 feet must attempt a DC 17 Will save.'
requirements: null
saving_throw: null
stages: null
success: null
traits:
- auditory
- concentrate
trigger: null
- action_cost: None
critical_failure: null
critical_success: The target is unaffected and is temporarily immune to Agonizing critical_success: The target is unaffected and is temporarily immune to Agonizing
Wail for 1 minute. Wail for 1 minute.
description: The target is unaffected and is temporarily immune to Agonizing Wail description: The binumir unleashes a distressing cry that fills others with wrenching
for 1 minute. sadness. Creatures within 30 feet must attempt a DC 17 Will save.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Success
range: null
raw_description: '**Critical Success** The target is unaffected and is temporarily
immune to Agonizing Wail for 1 minute.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target can't use reactions for 1 round.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Success
range: null
raw_description: '**Success** The target can''t use reactions for 1 round.'
requirements: null
saving_throw: null
stages: null
success: The target can't use reactions for 1 round.
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: The target is __slowed 1__ and can't use reactions for 1 minute as
it sobs uncontrollably. It can attempt a new Will save to end the effect at the
end of each of its turns.
effect: null effect: null
failure: The target is __slowed 1__ and can't use reactions for 1 minute as it sobs failure: The target is __slowed 1__ and can't use reactions for 1 minute as it sobs
uncontrollably. It can attempt a new Will save to end the effect at the end of uncontrollably. It can attempt a new Will save to end the effect at the end of
each of its turns. each of its turns.
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Failure name: Agonizing Wail
range: null range: null
raw_description: '**Failure** The target is __slowed 1__ and can''t use reactions raw_description: '**Agonizing Wail** [Two Actions] (__auditory__, __concentrate__)
for 1 minute as it sobs uncontrollably. It can attempt a new Will save to end The binumir unleashes a distressing cry that fills others with wrenching sadness.
the effect at the end of each of its turns.' Creatures within 30 feet must attempt a DC 17 Will save.
**Critical Success** The target is unaffected and is temporarily immune to Agonizing
Wail for 1 minute.
**Success** The target can''t use reactions for 1 round.
**Failure** The target is __slowed 1__ and can''t use reactions for 1 minute as
it sobs uncontrollably. It can attempt a new Will save to end the effect at the
end of each of its turns.
**Critical Failure** As failure, but the target can''t make saves to end the effect.'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
success: null success: The target can't use reactions for 1 round.
traits: null traits:
trigger: null - auditory
- action_cost: None - concentrate
critical_failure: As failure, but the target can't make saves to end the effect.
critical_success: null
description: As failure, but the target can't make saves to end the effect.
effect: null
failure: null
frequency: null
full_description: null
generic_description: null
maximum_duration: null
name: Critical Failure
range: null
raw_description: '**Critical Failure** As failure, but the target can''t make saves
to end the effect.'
requirements: null
saving_throw: null
stages: null
success: null
traits: null
trigger: null trigger: null
- action_cost: Three Actions - action_cost: Three Actions
critical_failure: null critical_failure: null
@ -127,8 +57,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Dual Assault name: Dual Assault
range: null range: null
@ -155,8 +83,6 @@ automatic_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Delay Condition name: Delay Condition
range: null range: null
@ -198,22 +124,21 @@ description: 'Whenever two individuals who share a strong emotional bond perish
hp: 25 hp: 25
hp_misc: negative healing hp_misc: negative healing
immunities: immunities:
- <a style="text-decoration:underline" href="Traits.aspx?ID=40">death</a> effects - __death__ effects
- <a style="text-decoration:underline" href="Traits.aspx?ID=46">disease</a> - __disease__
- <a style="text-decoration:underline" href="Conditions.aspx?ID=28">paralyzed</a> - __paralyzed__
- <a style="text-decoration:underline" href="Traits.aspx?ID=126">poison</a> - __poison__
- precision - precision
- <a style="text-decoration:underline" href="Conditions.aspx?ID=38">unconscious</a> - __unconscious__
languages: languages:
- Common - Common
level: 3 level: 3
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+4 - formula: 1d8+4
type: negative type: negative
name: ghostly hand name: ghostly hand
plus_damage: null
to_hit: 12 to_hit: 12
traits: traits:
- agile - agile

View File

@ -16,8 +16,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Mauler name: Mauler
range: null range: null
@ -49,20 +47,18 @@ level: 2
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d8+5 - formula: 1d8+5
type: piercing type: piercing
name: jaws name: jaws
plus_damage: null
to_hit: 9 to_hit: 9
traits: null traits: null
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 1d6+5 - formula: 1d6+5
type: slashing type: slashing
name: claw
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: claw
to_hit: 9 to_hit: 9
traits: traits:
- agile - agile

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Constrict name: Constrict
range: null range: null
@ -36,8 +34,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Corrosive Touch name: Corrosive Touch
range: null range: null
@ -58,8 +54,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Suction name: Suction
range: null range: null
@ -76,38 +70,48 @@ automatic_abilities:
- action_cost: None - action_cost: None
critical_failure: null critical_failure: null
critical_success: null critical_success: null
description: 'A creature that hits the pudding with a metal or wooden weapon must description: A creature that hits the pudding with a metal or wooden weapon must
succeed at a DC 22 Reflex save or the weapon takes 2d6 acid damage (after dealing succeed at a DC 22 Reflex save or the weapon takes 2d6 acid damage (after dealing
damage to the black pudding as normal). Thrown weapons and ammunition take this damage to the black pudding as normal). Thrown weapons and ammunition take this
damage automatically with no save. damage automatically with no save.
**Split** When the black pudding is hit by an attack that would deal slashing
or piercing damage and has 10 or more HP, it splits into two identical puddings,
each with half the original''s HP. One pudding is in the same space as the original,
and the other appears in an adjacent unoccupied space. If no adjacent space is
unoccupied, it automatically pushes creatures and objects out of the way to fill
a space (the GM decides if an object or creature is too big or sturdy to push).'
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Corrosive Mass name: Corrosive Mass
range: null range: null
raw_description: '**Corrosive Mass** A creature that hits the pudding with a metal raw_description: '**Corrosive Mass** A creature that hits the pudding with a metal
or wooden weapon must succeed at a DC 22 Reflex save or the weapon takes 2d6 acid or wooden weapon must succeed at a DC 22 Reflex save or the weapon takes 2d6 acid
damage (after dealing damage to the black pudding as normal). Thrown weapons and damage (after dealing damage to the black pudding as normal). Thrown weapons and
ammunition take this damage automatically with no save. ammunition take this damage automatically with no save.'
requirements: null
saving_throw: null
**Split** When the black pudding is hit by an attack that would deal slashing stages: null
success: null
traits: null
trigger: null
- action_cost: None
critical_failure: null
critical_success: null
description: When the black pudding is hit by an attack that would deal slashing
or piercing damage and has 10 or more HP, it splits into two identical puddings, or piercing damage and has 10 or more HP, it splits into two identical puddings,
each with half the original''s HP. One pudding is in the same space as the original, each with half the original's HP. One pudding is in the same space as the original,
and the other appears in an adjacent unoccupied space. If no adjacent space is and the other appears in an adjacent unoccupied space. If no adjacent space is
unoccupied, it automatically pushes creatures and objects out of the way to fill unoccupied, it automatically pushes creatures and objects out of the way to fill
a space (the GM decides if an object or creature is too big or sturdy to push).' a space (the GM decides if an object or creature is too big or sturdy to push).
effect: null
failure: null
frequency: null
maximum_duration: null
name: Split
range: null
raw_description: '**Split** When the black pudding is hit by an attack that would
deal slashing or piercing damage and has 10 or more HP, it splits into two identical
puddings, each with half the original''s HP. One pudding is in the same space
as the original, and the other appears in an adjacent unoccupied space. If no
adjacent space is unoccupied, it automatically pushes creatures and objects out
of the way to fill a space (the GM decides if an object or creature is too big
or sturdy to push).'
requirements: null requirements: null
saving_throw: null saving_throw: null
stages: null stages: null
@ -137,16 +141,15 @@ level: 7
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 2d8+7 - formula: 2d8+7
type: bludgeoning type: bludgeoning
name: pseudopod - formula: 2d6
plus_damage: type: acid
- formula: null
type: 2d6 acid
- formula: null - formula: null
type: corrosive touch type: corrosive touch
- formula: null - formula: null
type: Grab type: Grab
name: pseudopod
to_hit: 18 to_hit: 18
traits: traits:
- reach 10 feet - reach 10 feet
@ -169,8 +172,6 @@ sense_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Motion Sense name: Motion Sense
range: null range: null

View File

@ -15,8 +15,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: 6 rounds maximum_duration: 6 rounds
name: Black Scorpion Venom name: Black Scorpion Venom
range: null range: null
@ -41,8 +39,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Greater Constrict name: Greater Constrict
range: null range: null
@ -63,8 +59,6 @@ active_abilities:
effect: null effect: null
failure: null failure: null
frequency: null frequency: null
full_description: null
generic_description: null
maximum_duration: null maximum_duration: null
name: Rapid Stinging name: Rapid Stinging
range: null range: null
@ -94,24 +88,22 @@ level: 15
melee_attacks: melee_attacks:
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d12+15 - formula: 3d12+15
type: slashing type: slashing
name: pincer
plus_damage:
- formula: null - formula: null
type: Grab type: Grab
name: pincer
to_hit: 30 to_hit: 30
traits: traits:
- agile - agile
- reach 30 feet - reach 30 feet
- action_cost: One Action - action_cost: One Action
damage: damage:
formula: 3d8+15 - formula: 3d8+15
type: piercing type: piercing
name: stinger
plus_damage:
- formula: null - formula: null
type: black scorpion venom type: black scorpion venom
name: stinger
to_hit: 30 to_hit: 30
traits: traits:
- reach 30 feet - reach 30 feet

Some files were not shown because too many files have changed in this diff Show More