-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
A simple module for Pf2e that adds a macro to add a small weakness or resistance to NPCs that don't have them. | ||
</br><hr> | ||
# Simple Weaknesses and Resistances for Pathfinder 2e | ||
|
||
The main macro adds a weakness and a resistance to all NPC tokens in the map that doesn't already have one between 1 and 5 depending on their level. | ||
<p align="center"> | ||
<strong>A simple module for PF2e that adds small weaknesses and resistances to NPCs to enhance combat dynamics.</strong> | ||
</p> | ||
<hr> | ||
|
||
## Features | ||
|
||
This module provides macros to automatically add or remove weaknesses and resistances to NPC tokens in Foundry VTT, making combat more dynamic and challenging. The values are automatically calculated based on the NPC's level, ensuring a smooth integration with game progression. | ||
|
||
### 🛠️ Main Features/Macros: | ||
|
||
<ul> | ||
<li><strong>Random Weaknesses & Resistances:</strong> The main macro applies a random weakness and resistance to every NPC token in the current scene that doesn’t already have one. The values range from 1 to 5, depending on the NPC's level, ensuring the balance of power across different levels.</li> | ||
<li><strong>Random Weaknesses & Resistances*2:</strong> Similar to the the main macro, this one goes from 2 to 10 instead, depending on lv for a bigger effect.</li> | ||
<li><strong>Specific Weakness & Resistance:</strong> A macro that allows the GM to select specific damage types and values for weakness and resistance on the selected tokens.</li> | ||
<li><strong>Remove Weakness & Resistance:</strong> Easily remove any applied weakness or resistance from all NPC tokens in the scene using a single macro.</li> | ||
</ul> | ||
|
||
<hr> | ||
|
||
## Installation | ||
|
||
To install the module: | ||
|
||
1. In Foundry VTT, go to **"Add-On Modules"**. | ||
2. Click **"Install Module"**. | ||
3. Paste the following manifest URL: | ||
<pre>https://raw.githubusercontent.com/Bobalo126/Simple-Weaknesses-and-Resistences/main/module.json</pre> | ||
|
||
4. Hit **"Install"** and activate the module in your world. | ||
|
||
<hr> | ||
|
||
## Feedback & Contributions | ||
|
||
Have any suggestions or found any issues? Please feel free to [open an issue](https://github.com/Bobalo126/Simple-Weaknesses-and-Resistences/issues)! |