Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobalo126 authored Oct 8, 2024
1 parent 33b4f74 commit 2a4eb3c
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions README.md
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)!

0 comments on commit 2a4eb3c

Please sign in to comment.