Falx Beast: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:


| Min-CR = 1
| Min-CR = 1
| Max-CR = 8
| Max-CR = 40
   <!-- Use to define the range of CR's this monster may be moved up and down in the Million Monster Machine.  
   <!-- Use to define the range of CR's this monster may be moved up and down in the Million Monster Machine.  
         Default is lower by two CR's, and upward by 5 CR's. Should never lower a CR below 1, or raise it above 40. -->
         Default is lower by two CR's, and upward by 5 CR's. Should never lower a CR below 1, or raise it above 40. -->
Line 130: Line 130:




| NudgeInit =  
| NudgeInit = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 = 1 |4 = 2 |5 = 2 |6 = 3 |7 = 5 |8 = 7}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-8 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-8 -->


| Nudge-Ambush-Chance = -2
| Nudge-Ambush-Chance = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = -2 |1 = -2 |2 = -2 |3 = -3 |4 = -3 |5 = -4 |6 = -4 |7 = 4 |8 = -4}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4
         NOTE: minuses improve the chance for ambushes, and pluses make ambushes LESS likely.
         NOTE: minuses improve the chance for ambushes, and pluses make ambushes LESS likely.
Line 161: Line 161:
| Sense-Blindsense-Range =  
| Sense-Blindsense-Range =  
| Sense-Cloudsense-Range =  
| Sense-Cloudsense-Range =  
| Sense-Lifesense-Range =  
| Sense-Lifesense-Range = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 = |3 = |4 = 60 |5 = 80 |6 = 100 |7 = 120 |8 = 150}}
| Sense-Mindsense-Range =  
| Sense-Mindsense-Range =  
| Sense-Tremorsense-Range =  
| Sense-Tremorsense-Range =  
Line 169: Line 169:
| Senses-Custom-Text =  
| Senses-Custom-Text =  


| NudgePerception =  
| NudgePerception = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 = 1 |4 = 2 |5 = 2 |6 = 3 |7 = 5 |8 = 7}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-8 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-8 -->


| NudgeAC =  
| NudgeAC = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 = 1 |4 = 2 |5 = 2 |6 = 3 |7 = 4 |8 = 4}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->


Line 235: Line 235:
   <!-- If the monster has a given movement type, list the speed, in feet (just the number only), below;  
   <!-- If the monster has a given movement type, list the speed, in feet (just the number only), below;  
         if they don't have that movement type, leave it blank                    -->
         if they don't have that movement type, leave it blank                    -->
| Move-Type-Walk-Speed = 30
| Move-Type-Walk-Speed = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 = 30 |3 = 40 |4 = 60 |5 = 80 |6 = 100 |7 = 120 |8 = 150}}
| Move-Type-Burrowing-Speed =  
| Move-Type-Burrowing-Speed =  
| Move-Type-Tunneling-Speed =  
| Move-Type-Tunneling-Speed =  
Line 243: Line 243:
| Move-Type-Brachiating-Speed =  
| Move-Type-Brachiating-Speed =  
| Move-Type-Vaulting-Speed =  
| Move-Type-Vaulting-Speed =  
| Move-Type-Hover-Speed =  
| Move-Type-Hover-Speed = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 60 |5 = 80 |6 = 100 |7 = 120 |8 = 150}}
| Move-Type-Lesser-Flight-Speed =  
| Move-Type-Lesser-Flight-Speed =  
| Move-Type-Greater-Flight-Speed =  
| Move-Type-Greater-Flight-Speed =  
Line 261: Line 261:
         NOTE: Swarms default to 10 feet. Troops default to 15 ft. + the normal space for the component creature size (e.g. 20 ft. for size medium) -->
         NOTE: Swarms default to 10 feet. Troops default to 15 ft. + the normal space for the component creature size (e.g. 20 ft. for size medium) -->


| NudgeReach =  
| NudgeReach = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-2. This is number of SQUARES; will be converted to feet.
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-2. This is number of SQUARES; will be converted to feet.
         NOTE: If role is "Swarm", only put the reach of the COMPONENT CREATURE, NOT the reach of the swarm, troop, or horde.
         NOTE: If role is "Swarm", only put the reach of the COMPONENT CREATURE, NOT the reach of the swarm, troop, or horde.
Line 311: Line 311:
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->


| NudgePriToHit =  
| NudgePriToHit = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->


| NudgePriDamage =  
| NudgePriDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


| NudgeFullAtk-PriDamage =  
| NudgeFullAtk-PriDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


Line 362: Line 362:
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->


| NudgeSecToHit =  
| NudgeSecToHit = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->


| NudgeSecDamage =  
| NudgeSecDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


| NudgeFullAtk-SecDamage =  
| NudgeFullAtk-SecDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


Line 524: Line 524:
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->
   <!-- If attack has no to-hit roll; leave blank (for normal to-hits), or describe (e.g. "30-foot cone") -->


| NudgeRangedToHit =  
| NudgeRangedToHit = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- any positive or negative number, or leave blank. Max recommended is +/-4 -->


| NudgeRangedDamage =  
| NudgeRangedDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


| NudgeFullAtk-RangedDamage =  
| NudgeFullAtk-RangedDamage = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Changes the base CR of the monster's value. Max recommended is +/-4 -->


Line 541: Line 541:
<!--  COMBAT MANEUVERS  -->
<!--  COMBAT MANEUVERS  -->


| Nudge-Maneuver-Offense =  
| Nudge-Maneuver-Offense = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- any positive or negative number, or leave blank. Max recommended is +/-4 -->


Line 547: Line 547:
   <!-- Values: Text about specific bonuses to Maneuver Offense (e.g. "+2 on Trips") -->
   <!-- Values: Text about specific bonuses to Maneuver Offense (e.g. "+2 on Trips") -->


| Nudge-Maneuver-Defense =  
| Nudge-Maneuver-Defense = {{#switch: {{#expr: floor({{#var:Displayed-CR|1}}/5)}}|0 = |1 = |2 =  |3 =  |4 = 2 |5 = 2 |6 = 2 |7 = 3 |8 = 3}}
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->
   <!-- Values: any positive or negative number, or leave blank. Max recommended is +/-4 -->


Line 1,084: Line 1,084:
         Threat, or Villain role.  All other times, it will be invisible.                    -->
         Threat, or Villain role.  All other times, it will be invisible.                    -->


| Role-Only--Replace-Rez-Power--Name =  
| Role-Only--Replace-Rez-Power--Name = Lingering Darkness


| Role-Only--Replace-Rez-Power--Type =  
| Role-Only--Replace-Rez-Power--Type = Su
     <!-- Values: Sp, Su, Ex; can also include things like "disease", "poison" or "stance"    -->
     <!-- Values: Sp, Su, Ex; can also include things like "disease", "poison" or "stance"    -->


| Role-Only--Replace-Rez-Power--Action-Required =  
| Role-Only--Replace-Rez-Power--Action-Required = Auto Upon Death
   <!-- Values: Full Round Action, Full Attack Action, Standard Action, Move Action, Swift Action, Free Action, Immediate Action
   <!-- Values: Full Round Action, Full Attack Action, Standard Action, Move Action, Swift Action, Free Action, Immediate Action
                 Free Action 1/Rnd, Free Action 1/Enc, Always On, Auto At Start of Encounter, Auto Upon Death, etc.        -->
                 Free Action 1/Rnd, Free Action 1/Enc, Always On, Auto At Start of Encounter, Auto Upon Death, etc.        -->
Line 1,097: Line 1,097:
         auto-detect Combat Casting and include it                                          -->
         auto-detect Combat Casting and include it                                          -->


| Role-Only--Replace-Rez-Power--Description =  
| Role-Only--Replace-Rez-Power--Description = When this Falx Beast is first reduced to 0 hit points, it disperses into a puff of shadows and begins to dissipate, as Falx Beasts always do. However, this particular Foe Man is not done yet, and retains its place in the initiative order as the dimness of its essence coalesces. The next time this False Monster has their turn in combat, Lingering Darkness activates. Their cloud of essence begins at the square they occupied when they were reduced to 0 hit points, but they are not target-able and are immune to all damage. They may move without provoking a distance equal to their Walk speed. They may pass through enemies, allies, difficult and impeded terrain without penalty. They may choose to darken one ally or up to two enemies they pass through or adjacent to as they move.
 
When they reach their chosen destination space, they coalesce into a new body. All conditions are cleared, and their hit points are set equal to their Bloodied value of {{Bloodied-Hit-Points}}. Any ally they darkened gains temporary hit points equal to their Bloodied value as well. Any enemy they darkened suffers {{Special-Swift-Dmg}} points of {{dmg | Negative Energy}} damage, without benefit of save.
 
Once all effects of Lingering Darkness is resolved, the Falx Beast attacks again, gaining their full normal action.


     <!-- Replace any to-hit, damage or save DC numbers with variables:
     <!-- Replace any to-hit, damage or save DC numbers with variables:

Latest revision as of 19:58, 18 October 2023

Falx Beast (CR 1)

Pure Evil - Medium - Aberration
Lore: K. (Dungeoneer)
2 17
Basic DC Full DC
Initiative
Initiative Icon 2.png
3
Perception:
13 +3
Passive Active
Ambush:
8+
on a d20
  • Ambush Notes: Falx Beasts can and do appear in the most unlikely places.

Movement Types:

Defense

AC
Shield Icon 3.png
14
Man Def
Shield Icon 3.png
15
Monster Health
31 15 2
Hit Points Bloodied Hit Dice
Saving Throws
Fort: +0
Refl: +0
Will: +5

Strong Against:

Weak Against:

Offense

Size: Medium
5 ft. 5 ft.
Space Reach
To-Hit
+3
Sword Icon 3.png
Man Off
+3
Sword Icon 3.png
Action
0
Points

Standard Attack (Melee):

  • 1x Falx Gnaw +3 (1d6/x2)
    as mutilation (physical, rare)
    plus The Shivers

Full Attack (Melee):

  • 1x Falx Gnaw +3 (1d6/x2)
    as mutilation (physical, rare)
    plus The Shivers
  • 2x Falx Grasp +3 (1d3/x2)
    as cold (energy, common)

Standard Attack (Ranged):

  • 1x Falx Throw +3 (1d6/x2)
    as cold (energy, common)
    (Increment: 50 ft.; Max Range: 500 ft.)

Full Attack (Ranged):

  • 3x Falx Throw +3 (1d6/x2)
    as cold (energy, common)
    (Increment: 50 ft.; Max Range: 500 ft.)

Siege Damage: Not siege capable

Statistics

12
STR
16
DEX
14
CON
14
INT
18
WIS
14
CHA

Skills:

Languages: Common

Feats:

Special Abilities

The Shivers (Su) 1/Rnd/Victim, Automatic after successful attack

Each time a Falx Beast successfully hits with their Gnaw (melee) attack for the first time in a round, a sensation of awful ague and trembling washes through their victim's body. The victim must make a Fort save against a DC of 14 or they take 1d3 points of cold (energy, common) damage and gain the Impaired condition until the end of their next turn. If they make the save, the cold damage is halved and the condition is negated.

Falx Beast

Falx Beast

Falx Beasts, or False Monsters, or Faux Men, or Foe Men, show up as vague, shadowy distortions in the air. They appear in the light or the dark, and seem unaffected by either. They look like man-sized, man-shaped...things.

They are seen widely, across many cultures, rarely but persistently, everywhere that there are intelligent creatures. They are eerie, frightening things, that can apparently show up nearly anywhere. For centuries they were dismissed as figments and night terrors, and even after their existence was more widely proved, what they are is utterly unknown.

It is almost certain that they are not Shadows, or any other sort of Undead. They do not seem to be mindless vermin, either. They seem to have no reaction to things that drive shadows away, and their attacks show definite intelligence. They are inimical, and will attack and kill whatever they can. The only way to drive off and destroy these Falx Beasts is through courage and effort. When they appear, attack them and destroy them.

Before they kill you.

Combat Tactics

Falx Beasts prefer to pop out of hiding and attack. If they are caught at range, they will use Falx Throw to attack back, but will immediately seek to flee, vanishing without a trace if they break line of sight.

In melee, they bite and grab, unutterable cold seeping into their victims, their bites doing terribly cold, painful damage directly to the anima of their victims.

Once they enter melee, they never flee, and upon death they dissipate, leaving behind only trinkets and valuables.

Out of Combat

Falx Beasts are weird and alien. They seem to simply appear in the world, and they have no apparent lairs or homes, they don't eat, sleep, or do anything else except appear and attack. If they even exist outside of their attacks is an unknown thing, and discovering the truth of these weird 'Foe men' is an open mystery.

Rewards

XP: 400

Treasure: Sellable Goods worth 219 gp.

Weight: 10 lbs.     Volume: 0.4 cu. ft.

Optional Treasure Rules: Roll a d20 on Table 1 below once per encounter (NOT per creature). Any items discovered are in addition to the normal treasure for the encounter.

Table 1: Remnant(s) Found
1 - 10 Nothing Found
11 - 14 1 Languid Remnant (tier 1)
15 - 17 1 Pale Remnant (tier 2)
18 - 19 1 Bright Remnant (tier 3)
20 Roll on Table 2
### Nothing to see here!
### Or here. Move along.
Table 2: Remnant(s) Found
1 - 5 3 Languid Remnants (tier 1)
6 - 10 3 Pale Remnants (tier 2)
11 - 14 1 Intense Remnant (tier 4)
15 - 17 1 Blazing Remnant (tier 5)
18 - 19 1 Vital Remnant (tier 6)
20 Roll on Table 3
### Or here. Move along.
Table 3: Remnant(s) Found
1 - 5 3 Bright Remnants (tier 3)
6 - 8 3 Intense Remnants (tier 4)
9 - 11 3 Blazing Remnants (tier 5)
12 - 14 3 Vital Remnants (tier 6)
15 - 17 1 Prime Remnant (tier 7)
18 - 19 1 Mythic Remnant (tier 8)
20 1 Empyrean Remnant (tier 9)